bump trivy version to v0.51.2 (#360)

* bump trivy version to v0.51.2

* bump trivy version to v0.51.2
This commit is contained in:
Vinayak S
2024-05-22 04:03:02 +05:30
committed by GitHub
parent b2933f565d
commit fd25fed697
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
TRIVY_VERSION: 0.51.1
TRIVY_VERSION: 0.51.2
BATS_LIB_PATH: '/usr/lib/'
jobs:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ghcr.io/aquasecurity/trivy:0.51.1
FROM ghcr.io/aquasecurity/trivy:0.51.2
COPY entrypoint.sh /
RUN apk --no-cache add bash curl npm
RUN chmod +x /entrypoint.sh