Skip to content

Commit

Permalink
setup(deps): update aquasec/trivy from 0.57.0 to 0.57.1
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 Nov 19, 2024
1 parent 62a7e74 commit 3ee6b79
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.0
FROM aquasec/trivy:0.57.1

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.56.2
FROM aquasec/trivy:0.57.1

# 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.56.2
FROM aquasec/trivy:0.57.1

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

Expand Down

0 comments on commit 3ee6b79

Please sign in to comment.