Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit a590b88

Browse files
authored
Merge pull request #80 from akunzai/remove-nuget-scan-action
Remove the nuget vulnerable packages listing job
2 parents 2d98987 + 1b3c95c commit a590b88

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ jobs:
3333
run: |
3434
dotnet --info
3535
dotnet build -c Release
36-
- name: Scan vulnerable packages
37-
if: matrix.os == 'ubuntu-latest'
38-
# https://github.com/dotnet/sdk/issues/16852
39-
run: |
40-
dotnet restore
41-
dotnet list package --vulnerable --include-transitive | tee vulnerable.out
42-
test `grep -cm 1 'has the following vulnerable packages' vulnerable.out` = 0
4336
- name: Test
4437
run: |
4538
dotnet test --collect:"XPlat Code Coverage"

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
vulnerable.out
2-
31
# Created by https://www.gitignore.io/api/visualstudio,visualstudiocode,windows,osx
42

53
### OSX ###

0 commit comments

Comments
 (0)