mirror of
https://github.com/cockpit-project/cockpit.git
synced 2026-05-06 04:16:43 -04:00
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:
committed by
Matej Marusak
parent
38908baaf0
commit
723efb6af4
@@ -0,0 +1,5 @@
|
||||
# # help Red Hat ignore false positives during its code scans
|
||||
[allowlist]
|
||||
paths = [
|
||||
'src/ssh/mock.*key',
|
||||
]
|
||||
Reference in New Issue
Block a user