We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d3b7e commit 471e03cCopy full SHA for 471e03c
.github/workflows/sca-scan.yml
@@ -6,14 +6,10 @@ jobs:
6
security:
7
runs-on: ubuntu-latest
8
steps:
9
- - name: Checkout repository
10
- uses: actions/checkout@master
11
- - name: Run Dotnet Restore
12
- run: |
13
- dotnet restore
+ - uses: actions/checkout@master
14
- name: Run Snyk to check for vulnerabilities
15
uses: snyk/actions/dotnet@master
16
env:
17
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
18
with:
19
- args: --file=Contentstack.Management.Core/obj/project.assets.json
+ args: --fail-on=all
0 commit comments