Skip to content

Commit 471e03c

Browse files
committed
sca-scan.yml
1 parent c8d3b7e commit 471e03c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/sca-scan.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ jobs:
66
security:
77
runs-on: ubuntu-latest
88
steps:
9-
- name: Checkout repository
10-
uses: actions/checkout@master
11-
- name: Run Dotnet Restore
12-
run: |
13-
dotnet restore
9+
- uses: actions/checkout@master
1410
- name: Run Snyk to check for vulnerabilities
1511
uses: snyk/actions/dotnet@master
1612
env:
1713
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1814
with:
19-
args: --file=Contentstack.Management.Core/obj/project.assets.json
15+
args: --fail-on=all

0 commit comments

Comments
 (0)