We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be52af4 commit 99cf945Copy full SHA for 99cf945
.github/workflows/sca-scan.yml
@@ -23,4 +23,7 @@ jobs:
23
env:
24
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
25
with:
26
- args: --fail-on=all --all-sub-projects
+ args: --fail-on=all --all-sub-projects
27
+ json: true
28
+ continue-on-error: true
29
+ - uses: contentstack/sca-policy@main
0 commit comments