We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c87f8 commit a7d3c99Copy full SHA for a7d3c99
.github/workflows/.gitleacks.toml
@@ -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
@@ -29,3 +29,5 @@ jobs:
29
env:
30
# To report GitHub Actions status checks
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
+ GITLEAKS_CONFIG_FILE: .github/workflows/.gitleacks.toml
33
+
0 commit comments