Skip to content

Commit bf276f5

Browse files
chore(deps): update aquasec/trivy docker tag to v0.69.2
1 parent 013c280 commit bf276f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

insights-scanner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG UPSTREAM_REPO
22
ARG UPSTREAM_TAG
33
ARG GO_VER
44
FROM ${UPSTREAM_REPO:-uselagoon}/commons:${UPSTREAM_TAG:-latest} AS commons
5-
FROM aquasec/trivy:0.68.2 AS trivy
5+
FROM aquasec/trivy:0.69.2 AS trivy
66

77
FROM docker:28.5.2
88

insights-trivy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM aquasec/trivy:0.68.2
1+
FROM aquasec/trivy:0.69.2
22

33
LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
44
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-service-images" repository="https://github.com/uselagoon/lagoon-service-images"

0 commit comments

Comments
 (0)