Skip to content

Commit b5f4977

Browse files
authored
Bump trivy version to v0.50.2 (#341)
Co-authored-by: pdefreitas <[email protected]>
1 parent 207cd40 commit b5f4977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "build"
22
on: [push, pull_request]
33
env:
4-
TRIVY_VERSION: 0.50.1
4+
TRIVY_VERSION: 0.50.2
55
BATS_LIB_PATH: '/usr/lib/'
66
jobs:
77
build:

Dockerfile

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