ci: harden PR security pipeline (#10)
Add comprehensive security scanning to CI/CD pipeline including CodeQL, Gitleaks, Semgrep custom rules, dependency review, and lifecycle script checks
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Semgrep ignore patterns
|
||||
# Exclude test files and build artifacts
|
||||
|
||||
tests/
|
||||
node_modules/
|
||||
dist/
|
||||
coverage/
|
||||
Reference in New Issue
Block a user