Skip to content

Commit b8c74f9

Browse files
committed
Revert "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"
This reverts commit 508fafa.
1 parent 508fafa commit b8c74f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sca-scan.yml

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

0 commit comments

Comments
 (0)