Skip to content

Commit 7c2007b

Browse files
authored
Upgrade trivy to v0.52.2 (#367)
* Upgrade trivy to v0.52.2 * Upgrade trivy to v0.52.2
1 parent 595be6a commit 7c2007b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
TRIVY_VERSION: 0.52.0
9+
TRIVY_VERSION: 0.52.2
1010
BATS_LIB_PATH: '/usr/lib/'
1111

1212
jobs:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/aquasecurity/trivy:0.52.0
1+
FROM ghcr.io/aquasecurity/trivy:0.52.2
22
COPY entrypoint.sh /
33
RUN apk --no-cache add bash curl npm
44
RUN chmod +x /entrypoint.sh

0 commit comments

Comments
 (0)