Skip to content

Commit

Permalink
Add more rules to secret sanitization
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoravong committed Oct 11, 2024
1 parent ac645aa commit cc105ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/splunk_kubernetes_debug_info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ write_output() {
else print " [CERTIFICATE REDACTED]";
next;
}
/ca\.crt|client\.crt|client\.key/ {
/ca\.crt|client\.crt|client\.key|tls\.crt|tls\.key/ {
print " [SENSITIVE DATA REDACTED]";
next;
}
Expand Down

0 comments on commit cc105ae

Please sign in to comment.