sse-secure-systems / connaisseur

An admission controller that integrates Container Image Signature Verification into a Kubernetes cluster
https://sse-secure-systems.github.io/connaisseur/
Apache License 2.0
442 stars 62 forks source link

ci: Set fallback AWS repository for ratelimited trivy DBs #1808

Closed Starkteetje closed 1 month ago

Starkteetje commented 1 month ago

Description

Recently, trivy scans failed due to ratelimiting on the pull of its vulnerability DBs. See https://github.com/aquasecurity/trivy-action/issues/389. This PR adds a fallback download URI pointing to the official AWS artifacts.

Checklist