Skip to content

Commit

Permalink
chore(deps): update aquasec/trivy docker tag to v0.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 02a2806 commit 66e16b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insights-scanner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG UPSTREAM_REPO
ARG UPSTREAM_TAG
ARG GO_VER
FROM ${UPSTREAM_REPO:-uselagoon}/commons:${UPSTREAM_TAG:-latest} AS commons
FROM aquasec/trivy:0.52.2 AS trivy
FROM aquasec/trivy:0.58.2 AS trivy

FROM docker:20.10.24

Expand Down

0 comments on commit 66e16b0

Please sign in to comment.