Skip to content

Commit

Permalink
Fix .gitleaks.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Sep 6, 2024
1 parent 1cdf086 commit d24af8a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/linters/.gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# As of v4, gitleaks only matches against filename, not path in the
# files directive. Leaving content for backwards compatibility.
files = [
"common/ansible/plugins/modules/*.py",
"common/ansible/tests/unit/test_*.py",
"common/ansible/tests/unit/v1/*.yaml",
"ansible/plugins/modules/*.py",
"ansible/tests/unit/test_*.py",
"ansible/tests/unit/*.yaml",
"ansible/tests/unit/v2/*.yaml",
]

0 comments on commit d24af8a

Please sign in to comment.