This repository creates a bundled Aquasec Trivy image with a timestamped database.
This repository mainly uses Makefile targets to perform the required actions.
Run make help
to discover all of them.
DKP/NKP Version | Trivy Version |
---|---|
NKP 2.13.x | 0.56.2 |
NKP 2.12.x | 0.53.0 |
DKP 2.8.x | 0.49.1 |
DKP 2.7.x | 0.45.1 |
DKP 2.6.x | 0.42.1 |
export TRIVY_VERSION=<version matching Insights Release above>
Override the default registry and repository values, by setting the following env-vars:
export REGISTRY=docker.io
export REPOSITORY=foo-org
Run make create-airgapped-image-bundle
Run make latest_image_tag
Run make publish-trivy-bundled-image
Run make clean