Skip to content

Commit 99cf945

Browse files
Update sca-scan.yml
1 parent be52af4 commit 99cf945

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sca-scan.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ jobs:
2323
env:
2424
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2525
with:
26-
args: --fail-on=all --all-sub-projects
26+
args: --fail-on=all --all-sub-projects
27+
json: true
28+
continue-on-error: true
29+
- uses: contentstack/sca-policy@main

0 commit comments

Comments
 (0)