Skip to content

Commit 508fafa

Browse files
committed
Change summary: Snyk is now invoked with --json-file-output=snyk.json so the scan writes snyk.json for contentstack/sca-policy, and the unused json
1 parent ef50358 commit 508fafa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sca-scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
env:
1717
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1818
with:
19-
args: --file=Contentstack.Management.Core/obj/project.assets.json --fail-on=all
20-
json: true
19+
args: --file=Contentstack.Management.Core/obj/project.assets.json --fail-on=all --json-file-output=snyk.json
2120
continue-on-error: true
2221
- uses: contentstack/sca-policy@main

0 commit comments

Comments
 (0)