mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-03-20 04:03:00 +00:00
fix(security): replace custom secret detection with gitleaks
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.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -14,6 +14,8 @@ output.txt
|
||||
output.yaml
|
||||
gosec-report.json
|
||||
govulncheck-report.json
|
||||
gitleaks-report.json
|
||||
security-report.json
|
||||
security-report.md
|
||||
gosec*.log
|
||||
pr.txt
|
||||
|
||||
Reference in New Issue
Block a user