Skip to content

Commit c145d5c

Browse files
committed
sca scan reverted
1 parent a224543 commit c145d5c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/sca-scan.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,5 @@ jobs:
1414
with:
1515
args: --all-projects --fail-on=all
1616
json: true
17-
output: snyk.json
1817
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-
2918
- uses: contentstack/sca-policy@main

0 commit comments

Comments
 (0)