Skip to content

Commit 723efb6

Browse files
martinpittmarusak
authored andcommitted
gitleaks: Ignore mock SSH keys
Quiesce Red Hat's security scanner about allegedly leaking private SSH keys. These are static keys for our unit tests.
1 parent 38908ba commit 723efb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitleaks.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# # help Red Hat ignore false positives during its code scans
2+
[allowlist]
3+
paths = [
4+
'src/ssh/mock.*key',
5+
]

0 commit comments

Comments
 (0)