Skip to content

Commit

Permalink
ignore well know gitleacks
Browse files Browse the repository at this point in the history
  • Loading branch information
nkowenski committed Mar 20, 2024
1 parent 44c87f8 commit a7d3c99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/.gitleacks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[allowlist]
description = "global allow list"
paths = [
'''*/yaml/Object_example/*.yaml''',
'''*/conformance/tests.py'''
]
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG_FILE: .github/workflows/.gitleacks.toml

0 comments on commit a7d3c99

Please sign in to comment.