Skip to content

Commit

Permalink
setup(dockerfile): update aquasec/trivy from 0.57.1 to 0.58.0
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Artem Yurchenko <[email protected]>
  • Loading branch information
dependabot[bot] and ArtemkaKun authored Dec 5, 2024
1 parent 186265e commit b6cc6e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aquasec/trivy:0.57.1
FROM aquasec/trivy:0.58.0

RUN addgroup -S scannergroup && adduser -S scanneruser -G scannergroup

Expand Down
2 changes: 1 addition & 1 deletion tests/insecure_dockerfile/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aquasec/trivy:0.57.1
FROM aquasec/trivy:0.58.0

# NOTE: `--db-repository` is needed because sometimes GHCR hits the rate limit, and AWS will be used instead.
ENTRYPOINT ["trivy", "image", \
Expand Down
2 changes: 1 addition & 1 deletion tests/secure_dockerfile/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aquasec/trivy:0.57.1
FROM aquasec/trivy:0.58.0

RUN addgroup -S scannergroup && adduser -S scanneruser -G scannergroup

Expand Down

0 comments on commit b6cc6e8

Please sign in to comment.