We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595be6a commit 7c2007bCopy full SHA for 7c2007b
.github/workflows/test.yaml
@@ -6,7 +6,7 @@ on:
6
workflow_dispatch:
7
8
env:
9
- TRIVY_VERSION: 0.52.0
+ TRIVY_VERSION: 0.52.2
10
BATS_LIB_PATH: '/usr/lib/'
11
12
jobs:
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/aquasecurity/trivy:0.52.0
+FROM ghcr.io/aquasecurity/trivy:0.52.2
2
COPY entrypoint.sh /
3
RUN apk --no-cache add bash curl npm
4
RUN chmod +x /entrypoint.sh
0 commit comments