Skip to content

Commit cade9bc

Browse files
committed
Use repository NuGet audit policy in dependency workflow
1 parent f8588cb commit cade9bc

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@ jobs:
3131
dotnet-version: 8.0.x
3232

3333
- 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'
34+
run: dotnet restore ./ProcessBusSuite.sln -p:AuditPipeline=true
4035

4136
- name: GitHub dependency delta review
4237
id: github-dependency-review

0 commit comments

Comments
 (0)