Skip to content

Commit

Permalink
Upgrade trivy to v0.52.2 (#367)
Browse files Browse the repository at this point in the history
* Upgrade trivy to v0.52.2

* Upgrade trivy to v0.52.2
  • Loading branch information
Dr-DevOps committed Jun 17, 2024
1 parent 595be6a commit 7c2007b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
TRIVY_VERSION: 0.52.0
TRIVY_VERSION: 0.52.2
BATS_LIB_PATH: '/usr/lib/'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/aquasecurity/trivy:0.52.0
FROM ghcr.io/aquasecurity/trivy:0.52.2
COPY entrypoint.sh /
RUN apk --no-cache add bash curl npm
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit 7c2007b

Please sign in to comment.