Skip to content

Commit

Permalink
Update attestation/environment/sensitive_env_vars.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kairo Araujo <[email protected]>
Signed-off-by: Matthias Glastra <[email protected]>
  • Loading branch information
matglas and kairoaraujo authored Oct 2, 2024
1 parent a152265 commit 6188a88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions attestation/environment/sensitive_env_vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ func DefaultSensitiveEnvList() map[string]struct{} {
return map[string]struct{}{

// Glob pattern list
"*_TOKEN": {},
"SECRET_*": {},
"*_API_KEY": {},
"*_PASSWORD": {},
"*_JWT": {},
"*TOKEN*": {},
"*SECRET*": {},
"*API_KEY*": {},
"*PASSWORD*": {},
"*JWT*": {},

// Explicit list
"AWS_ACCESS_KEY_ID": {},
Expand Down

0 comments on commit 6188a88

Please sign in to comment.