Compare commits

..

1 Commits

Author SHA1 Message Date
simar7
6121515d9d chore(docs): Reference the use of a pinned version 2024-05-08 22:34:45 -06:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
TRIVY_VERSION: 0.52.2
TRIVY_VERSION: 0.51.1
BATS_LIB_PATH: '/usr/lib/'
jobs:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ghcr.io/aquasecurity/trivy:0.52.2
FROM ghcr.io/aquasecurity/trivy:0.51.1
COPY entrypoint.sh /
RUN apk --no-cache add bash curl npm
RUN chmod +x /entrypoint.sh