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.
This commit is contained in:
Martin Pitt
2022-09-30 13:18:41 +02:00
committed by Matej Marusak
parent 38908baaf0
commit 723efb6af4
+5
View File
@@ -0,0 +1,5 @@
# # help Red Hat ignore false positives during its code scans
[allowlist]
paths = [
'src/ssh/mock.*key',
]