Change env var prefix from `SAST_GITLEAKS_` to `SECRET_DETECTION_`
Add standalone secret detection support (!42)
Adds the `SAST_EXCLUDED_PATHS` env flag (!37)
Add `id` field to vulnerabilities in JSON report (!36)
Add historic scanning (!27)
Add check for env vars in password-in-url vulnerabilities
Add support for generic api keys (gitlab-org/gitlab-ee#10594)
Set default severity value to Critical
Fix: Set default Gitleaks entropy level to maximum to suppress false positives
Fix gitleaks buffer overflow for large files, correct gitleaks rule to PKCS8
Add gitleaks config, exclude svg analysis