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 938b429 commit 0229cddCopy full SHA for 0229cdd
.github/workflows/sca-scan.yml
@@ -3,17 +3,13 @@ on:
3
pull_request:
4
types: [opened, synchronize, reopened]
5
jobs:
6
- security:
+ security-sca:
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 --fail-on=all
+ args: --fail-on=all
0 commit comments