Skip to content

Commit

Permalink
fix ruff from oss commit (#18112)
Browse files Browse the repository at this point in the history
i skipped running the build because it was so simple, got owned 

## How I Tested These Changes

make ruff
  • Loading branch information
alangenfeld authored Nov 17, 2023
1 parent 9f49a9e commit 7d37515
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ class ManagedElementError(enum.Enum):
CANNOT_CONNECT = "cannot_connect"


SANITIZE_KEY_KEYWORDS = ["password", "token", "secret", "ssh_key", "credentials_json", "access_key_id"]
SANITIZE_KEY_KEYWORDS = [
"password",
"token",
"secret",
"ssh_key",
"credentials_json",
"access_key_id",
]
SANITIZE_KEY_EXACT_MATCHES = ["pat"]

SECRET_MASK_VALUE = "**********"
Expand Down

0 comments on commit 7d37515

Please sign in to comment.