Skip to content

Commit

Permalink
Merge pull request #83 from fedora-infra/leak
Browse files Browse the repository at this point in the history
Add `.gitleaks.toml` to ignore some GitLab runner tokens
  • Loading branch information
gridhead authored Nov 28, 2023
2 parents ed2af76 + bab4e4b commit 5317268
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[allowlist]
regexTarget = "match"
# If GitLab sends back their runner token as a part of the HTTP API response
# then it is safe to assume that it is pretty harmless to have that exposed.
# Either that or they must be reached out regarding this to confirm the same.
regexes = [
"REMOVED",
]

0 comments on commit 5317268

Please sign in to comment.