exit codes
Security Scan / Trivy Security Scan (push) Failing after 9m43s

This commit is contained in:
2025-12-11 12:17:58 -08:00
parent 4ac82f46ed
commit 6ddc23768f
+6
View File
@@ -56,6 +56,9 @@ jobs:
if [ -f trivy-results.txt ]; then
echo "=== Trivy Security Scan Results ==="
cat trivy-results.txt
else
echo "No Trivy scan results found"
exit 1
fi
- name: Install Semgrep
@@ -77,4 +80,7 @@ jobs:
if [ -f semgrep-results.txt ]; then
echo "=== Semgrep Static Analysis Results ==="
cat semgrep-results.txt
else
echo "No Semgrep scan results found"
exit 1
fi