Skip to content

Commit 342f5e2

Browse files
committed
Add more protect keys and excluded dirs
1 parent 784b280 commit 342f5e2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

plugins/modules/crawl_n_mask.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"openstack-k8s-operators-openstack-must-gather",
7878
"tmp",
7979
"venv",
80+
".github",
8081
]
8182
# file extensions which we do not want to process
8283
EXCLUDED_FILE_EXT = [
@@ -137,6 +138,8 @@
137138
"secret_key",
138139
"heartbeat_key",
139140
"fernet_keys",
141+
"sshkey",
142+
"keytab_base64",
140143
]
141144
# connection keys which may be part of the value itself
142145
CONNECTION_KEYS = [

0 commit comments

Comments
 (0)