We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a224543 commit c145d5cCopy full SHA for c145d5c
1 file changed
.github/workflows/sca-scan.yml
@@ -14,16 +14,5 @@ jobs:
14
with:
15
args: --all-projects --fail-on=all
16
json: true
17
- output: snyk.json
18
continue-on-error: true
19
-
20
- - name: Verify Snyk output exists # ← optional debug step
21
- run: |
22
- if [ ! -f snyk.json ]; then
23
- echo "snyk.json missing — dumping directory contents:"
24
- ls -la
25
- exit 1
26
- fi
27
- echo "snyk.json found ($(wc -c < snyk.json) bytes)"
28
29
- uses: contentstack/sca-policy@main
0 commit comments