Skip to content

Commit fd25fed

Browse files
authored
bump trivy version to v0.51.2 (#360)
* bump trivy version to v0.51.2 * bump trivy version to v0.51.2
1 parent b2933f5 commit fd25fed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
TRIVY_VERSION: 0.51.1
9+
TRIVY_VERSION: 0.51.2
1010
BATS_LIB_PATH: '/usr/lib/'
1111

1212
jobs:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/aquasecurity/trivy:0.51.1
1+
FROM ghcr.io/aquasecurity/trivy:0.51.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)