mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-03-19 16:02:59 +00:00
The hand-rolled check_secrets regex patterns produced false positives on configKey test values, causing make security-full to fail. Replace with gitleaks via go run for proper secret detection with built-in rules and allowlist support for generated report files.
22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
*.out
|
|
.DS_Store
|
|
.idea
|
|
.serena/
|
|
coverage.*
|
|
gibidify
|
|
gibidify-benchmark
|
|
gibidify.json
|
|
gibidify.txt
|
|
gibidify.yaml
|
|
megalinter-reports/*
|
|
output.json
|
|
output.txt
|
|
output.yaml
|
|
gosec-report.json
|
|
govulncheck-report.json
|
|
gitleaks-report.json
|
|
security-report.json
|
|
security-report.md
|
|
gosec*.log
|
|
pr.txt
|