Skip to content

Commit fc3c9de

Browse files
Update sca-scan.yml
1 parent fa73f6e commit fc3c9de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sca-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
env:
1313
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1414
with:
15-
args: --all-projects --fail-on=all --json-file-output=snyk-report.json
15+
args: --all-projects --fail-on=all
16+
json: true
1617
continue-on-error: true
1718
- uses: contentstack/contentstack-ci-workflows@main
1819

0 commit comments

Comments
 (0)