Skip to content

Commit 87f1efa

Browse files
authored
Merge pull request #123 from mbaldessari/scripted-changes
Add .gitleaks.toml
2 parents 37537d2 + 4cce271 commit 87f1efa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/linters/.gitleaks.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# As of v4, gitleaks only matches against filename, not path in the
33
# files directive. Leaving content for backwards compatibility.
44
files = [
5-
"common/ansible/plugins/modules/*.py",
6-
"common/ansible/tests/unit/test_*.py",
7-
"common/ansible/tests/unit/*.yaml",
5+
"ansible/plugins/modules/*.py",
6+
"ansible/tests/unit/test_*.py",
7+
"ansible/tests/unit/*.yaml",
8+
"ansible/tests/unit/v2/*.yaml",
89
]

.gitleaks.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.github/linters/.gitleaks.toml/.gitleaks.toml
1+
.github/linters/.gitleaks.toml

0 commit comments

Comments
 (0)