mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
fix static scan
This commit is contained in:
@@ -9,10 +9,10 @@ class CloudfoundryConfig:
|
|||||||
self.s3_buckets = {bucket["name"]: bucket["credentials"] for bucket in buckets}
|
self.s3_buckets = {bucket["name"]: bucket["credentials"] for bucket in buckets}
|
||||||
self._empty_bucket_credentials = {
|
self._empty_bucket_credentials = {
|
||||||
"bucket": "",
|
"bucket": "",
|
||||||
"access_key_id": "", # pragma: allowlist secret
|
"access_key_id": "", # nosec B105
|
||||||
"secret_access_key": "", # pragma: allowlist secret
|
"secret_access_key": "", # nosec B105
|
||||||
"region": "",
|
"region": "",
|
||||||
} # pragma: allowlist secret
|
}
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def database_url(self):
|
def database_url(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user