We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b36ab56 + f4ed34b commit 087b698Copy full SHA for 087b698
1 file changed
.github/workflows/sca-scan.yml
@@ -13,3 +13,9 @@ jobs:
13
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
14
with:
15
args: --all-projects --fail-on=all --strict-out-of-sync=false
16
+ json: true
17
+ continue-on-error: true
18
+ - uses: contentstack/sca-policy@main
19
20
21
0 commit comments