Security: Authenticate to GCR for trivy scans (#72658)

* Authenticate to GCR for trivy scans

# Conflicts:
#	.drone.yml

* verify-starlark

* Change secret

# Conflicts:
#	.drone.yml
This commit is contained in:
Dimitris Sotirakis
2023-08-28 13:52:08 +02:00
committed by GitHub
parent bd7523381e
commit e100fc927e
3 changed files with 161 additions and 1 deletions
+5
View File
@@ -148,4 +148,9 @@ def secrets():
"infra/data/ci/grafana-release-eng/grafana-delivery-bot",
"app-private-key",
),
vault_secret(
"gcr_credentials",
"secret/data/common/gcr",
"service-account",
),
]