Skip to content

Commit

Permalink
bump trivy to v0.42.1 (#240)
Browse files Browse the repository at this point in the history
* bump trivy to v0.42.1

* revert formatting
  • Loading branch information
danielchabr committed Jun 9, 2023
1 parent b43daad commit 0cd397a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.42.0
TRIVY_VERSION: 0.42.1
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.42.0
FROM ghcr.io/aquasecurity/trivy:0.42.1
COPY entrypoint.sh /
RUN apk --no-cache add bash curl npm
RUN chmod +x /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion test/data/config-sarif.test
Expand Up @@ -64,7 +64,7 @@
}
}
],
"version": "0.42.0"
"version": "0.42.1"
}
},
"results": [
Expand Down
2 changes: 1 addition & 1 deletion test/data/image-sarif.test
Expand Up @@ -37,7 +37,7 @@
}
}
],
"version": "0.42.0"
"version": "0.42.1"
}
},
"results": [
Expand Down

0 comments on commit 0cd397a

Please sign in to comment.