mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-06-28 21:50:46 +00:00
[ISS-1258][DC] resolve test failures
This commit is contained in:
parent
00200616be
commit
901b6c8dce
1 changed files with 3 additions and 3 deletions
|
|
@ -57,9 +57,9 @@ def get_aws_secrets_from_json(json_credentials_file: str) -> set[str]:
|
|||
'AccessKeyId',
|
||||
'SecretAccessKey',
|
||||
'SessionToken',
|
||||
'aws_secret_access_key',
|
||||
'aws_security_token',
|
||||
'aws_session_token',
|
||||
'accessKeyId',
|
||||
'secretAccessKey',
|
||||
'sessionToken',
|
||||
):
|
||||
if var in data.get('Credentials', {}):
|
||||
keys.add(data['Credentials'][var])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue