Skip to content

Commit

Permalink
Update environment/sensitive_env_vars.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Meadows <[email protected]>
Signed-off-by: Matthias Glastra <[email protected]>
  • Loading branch information
matglas and ChaosInTheCRD authored Nov 2, 2024
1 parent 2d91073 commit 4298179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/sensitive_env_vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package environment

// DefaultSensitiveEnvList return a list of known sensitive environment keys.
//
// Eplicit list sourced from https://github.com/Puliczek/awesome-list-of-secrets-in-environment-variables/blob/main/raw_list.txt
// Explicit list sourced from https://github.com/Puliczek/awesome-list-of-secrets-in-environment-variables/blob/main/raw_list.txt
func DefaultSensitiveEnvList() map[string]struct{} {
return map[string]struct{}{

Expand Down

0 comments on commit 4298179

Please sign in to comment.