Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanbuijtene committed Jan 12, 2024
1 parent ef0daa9 commit dd71066
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
- name: Scan for Vulnerabilities
shell: bash
run: |
dotnet restore src
dotnet list src package --vulnerable --include-transitive | tee vulnerabilities.txt
cd src
dotnet restore
dotnet list package --vulnerable --include-transitive | tee vulnerabilities.txt
! cat vulnerabilities.txt | grep -q "has the following vulnerable packages"
build:
strategy:
Expand Down

0 comments on commit dd71066

Please sign in to comment.