-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Labels
Description
Trivy does not work in airgapped environments
To Reproduce
Due to the way trivy is deployed, when it's enabled it will download databases from mirror.gcr.io / ghcr.io both for the java db and the db itself.
Enable trivy in a network that cannot access gcr/ghcr. See it fail.
Expected behavior
Helm chart should allow me to override the trivy configuration, or template a YAML file.
The config passed in line 47 of trivy_deployment.yaml is a bit minimalist.
Kubernetes distribution:
- Openshift 4.18
Reactions are currently unavailable