Skip to content

Commit

Permalink
Bump trivy version to v0.50.2 (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: pdefreitas <5927433+pdefreitas@users.noreply.github.com>
  • Loading branch information
pdefreitas and pdefreitas committed Apr 23, 2024
1 parent 207cd40 commit b5f4977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -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
Expand Down

0 comments on commit b5f4977

Please sign in to comment.