Skip to content

Commit da43120

Browse files
committed
adding false positive for the common.key file in kci
this file intedned for the ephemeral local cluster setup therefore it doesn't impose any security breach by exposing it in the repo. Signed-off-by: Igor Bezukh <ibezukh@redhat.com>
1 parent 34e6511 commit da43120

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitleaks.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
kubevirtci/cluster-up/hack/common.key
2+
[allowlist]
3+
description = "kubevirtci allowlist"
4+
paths = [
5+
# Ignore some long path
6+
'''kubevirtci\/cluster-up\/hack\/common.key$''',
7+
]

0 commit comments

Comments
 (0)