Bump trivy version to v0.50.2 (#341)

Co-authored-by: pdefreitas <5927433+pdefreitas@users.noreply.github.com>
This commit is contained in:
Pedro Freitas
2024-04-23 05:07:09 +01:00
committed by GitHub
parent 207cd40078
commit b5f4977b78
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: "build"
on: [push, pull_request]
env:
TRIVY_VERSION: 0.50.1
TRIVY_VERSION: 0.50.2
BATS_LIB_PATH: '/usr/lib/'
jobs:
build:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ghcr.io/aquasecurity/trivy:0.50.1
FROM ghcr.io/aquasecurity/trivy:0.50.2
COPY entrypoint.sh /
RUN apk --no-cache add bash curl npm
RUN chmod +x /entrypoint.sh