fix semgrep rules
Security Scan / Security Audit (push) Failing after 5m39s

This commit is contained in:
2025-12-11 15:54:21 -08:00
parent ee41ab50e1
commit 2bfa141451
+4 -1
View File
@@ -98,7 +98,10 @@ jobs:
semgrep --config p/security-audit \ semgrep --config p/security-audit \
--config p/owasp-top-ten \ --config p/owasp-top-ten \
--config p/ci \ --config p/ci \
--config p/security \ --config p/best-practices \
--config p/performance \
--config p/cwe-top-25 \
--config p/maintainability \
--output semgrep-results.txt \ --output semgrep-results.txt \
. .