Skip to content

Commit

Permalink
Remove gitleaks scanning
Browse files Browse the repository at this point in the history
Ref:
#21570 (comment)

This tool is really intended/best used from git pre-commit on developers
local machines, to prevent addition of secret leaks.  When used as a
check against PRs, it tends to turn up more false-positives than helpful
warnings.  There's no good way to fix this, and maintaining the scanner
is an additional burden.  Rather than continue struggling to improve/fix
the situation, let's just remove the tool entirely.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Feb 9, 2024
1 parent 356102b commit 69163af
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 4,077 deletions.
237 changes: 0 additions & 237 deletions .github/workflows/scan-secrets.yml

This file was deleted.

55 changes: 0 additions & 55 deletions .gitleaks.toml

This file was deleted.

Loading

0 comments on commit 69163af

Please sign in to comment.