Files
pi-commandcode-provider/.semgrepignore
T
Patrick WozniakandGitHub 21d712a1cc 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
2026-05-28 23:58:50 +02:00

8 lines
105 B
Plaintext

# Semgrep ignore patterns
# Exclude test files and build artifacts
tests/
node_modules/
dist/
coverage/