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.
2 parents cafc9e9 + ac55d81 commit feec528Copy full SHA for feec528
.github/workflows/sca-scan.yml
@@ -3,7 +3,7 @@ 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
@@ -16,4 +16,4 @@ jobs:
16
- name: Run Snyk to check for vulnerabilities
17
run: cd Contentstack.Utils && snyk test --fail-on=all
18
env:
19
- SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
+ SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments