mirror of
https://github.com/GSA/notifications-api.git
synced 2026-06-29 11:49:22 -04:00
fix static scan
This commit is contained in:
@@ -9,8 +9,8 @@ class CloudfoundryConfig:
|
||||
self.s3_buckets = {bucket["name"]: bucket["credentials"] for bucket in buckets}
|
||||
self._empty_bucket_credentials = {
|
||||
"bucket": "",
|
||||
"access_key_id": "",
|
||||
"secret_access_key": "",
|
||||
"access_key_id": "", # pragma: allowlist secret
|
||||
"secret_access_key": "", # pragma: allowlist secret
|
||||
"region": "",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user