We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8588cb commit cade9bcCopy full SHA for cade9bc
1 file changed
.github/workflows/dependency-review.yml
@@ -31,12 +31,7 @@ jobs:
31
dotnet-version: 8.0.x
32
33
- name: Blocking NuGet high/critical vulnerability audit
34
- shell: bash
35
- run: |
36
- dotnet restore ./ProcessBusSuite.sln \
37
- -p:NuGetAudit=true \
38
- -p:NuGetAuditMode=all \
39
- '-p:WarningsAsErrors=NU1903;NU1904'
+ run: dotnet restore ./ProcessBusSuite.sln -p:AuditPipeline=true
40
41
- name: GitHub dependency delta review
42
id: github-dependency-review
0 commit comments