Skip to content

Commit dd18a3e

Browse files
committed
Remove nugetdefence scan
Signed-off-by: Victor Chang <[email protected]>
1 parent 1b07bf2 commit dd18a3e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,6 @@ jobs:
149149
run: dotnet build -c ${{ env.BUILD_CONFIG }} --nologo ${{ env.SOLUTION }}
150150
working-directory: ./src
151151

152-
- name: NuGetDefense Scanning
153-
continue-on-error: true
154-
run: |
155-
sed -i "s/OSSINDEXAPI_TOKEN/$OSSINDEXAPI_TOKEN/g" NuGetDefense.json
156-
sed -i "s/OSSINDEXAPI_USERNAME/$OSSINDEXAPI_USERNAME/g" NuGetDefense.json
157-
nugetdefense -p src/${{ env.SOLUTION }} --settings-file NuGetDefense.json
158-
159152
- name: Secret detection
160153
uses: gitleaks/[email protected]
161154

0 commit comments

Comments
 (0)