Skip to content

Commit

Permalink
fix pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanochShayner committed Jul 9, 2023
1 parent 700fbe8 commit fa2e2cc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tests/secrets/sanity/iac_fp/a.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ def a():

"MDEyOk9yZ2FuaXphdGlvbjE\u003d"

'JSON Web Token': 'CKV_SECRET_9'

IAM_ROLE_STATEMENTS_TOKEN = 'iamRoleStatements'

'NPM tokens': 'CKV_SECRET_12'
'Slack Token': 'CKV_SECRET_14'
'SoftLayer Credentials': 'CKV_SECRET_15'
'Square OAuth Secret': 'CKV_SECRET_16'
a = {
'JSON Web Token': 'CKV_SECRET_9',
'NPM tokens': 'CKV_SECRET_12',
'Slack Token': 'CKV_SECRET_14',
'SoftLayer Credentials': 'CKV_SECRET_15',
'Square OAuth Secret': 'CKV_SECRET_16'
}

self.go("GCPMySQLdbInstancePoint_In_TimeRecoveryBackupIsEnabled")

's3_origin_config': [{'origin_access_identity': ['origin-access-identity/cloudfront/ABCDEFG1234567']}]
a = {'s3_origin_config': [{'origin_access_identity': ['origin-access-identity/cloudfront/ABCDEFG1234567']}]}

0 comments on commit fa2e2cc

Please sign in to comment.