mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-06-29 06:00:45 +00:00
[ISS-1258][DC] updating the detect_aws_credentials to support temp json files
This commit is contained in:
parent
fa6b006f0e
commit
10ce480836
3 changed files with 70 additions and 7 deletions
7
testing/resources/aws_temp_secrets_file.json
Normal file
7
testing/resources/aws_temp_secrets_file.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"accessToken": {
|
||||
"accessKeyId": "tempAccessKeyId",
|
||||
"secretAccessKey": "tempSecretAccessKey",
|
||||
"sessionToken": "tempSessionToken"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue