fix static scan

This commit is contained in:
Kenneth Kehl
2026-01-20 10:28:17 -08:00
parent 9980b68edf
commit d0576fd513

View File

@@ -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": "",
}