commit | 7a848bc8c97f247ada908cfa629518d3e449ddd6 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Jan 22 21:58:11 2024 -0500 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Jan 22 21:58:11 2024 -0500 |
tree | 619a4c534cb3fd17a2ba511e67aa23f2139a75a7 | |
parent | 5beb5ef6acd8d018135943b8def8fdffceae91e9 [diff] [blame] |
fix(images): address all CVEs in images
diff --git a/images/trivy/Earthfile b/images/trivy/Earthfile new file mode 100644 index 0000000..8f68625 --- /dev/null +++ b/images/trivy/Earthfile
@@ -0,0 +1,8 @@ +VERSION 0.7 + +image: + FROM aquasec/trivy:0.48.3 + COPY .trivyignore /.trivyignore + # TODO(mnaser): Add automatic updates + RUN trivy image --download-db-only + RUN trivy image --download-java-db-only