Skip to content

Commit a7d3c99

Browse files
author
nkowenski
committed
ignore well know gitleacks
1 parent 44c87f8 commit a7d3c99

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/.gitleacks.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[allowlist]
2+
description = "global allow list"
3+
paths = [
4+
'''*/yaml/Object_example/*.yaml''',
5+
'''*/conformance/tests.py'''
6+
]

.github/workflows/review-linter copy.yml .github/workflows/super-linter.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ jobs:
2929
env:
3030
# To report GitHub Actions status checks
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
GITLEAKS_CONFIG_FILE: .github/workflows/.gitleacks.toml
33+

0 commit comments

Comments
 (0)