bump trivy to v0.42.0 (#237)

* chore(deps): update trivy to v0.42.0

* revert formatting

* revert formatting again

* update sarif version in tests
pull/240/head
Daniel Chabr 12 months ago committed by GitHub
parent 82ec0dd604
commit f96f79aa22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
name: "build"
on: [push, pull_request]
env:
TRIVY_VERSION: 0.40.0
TRIVY_VERSION: 0.42.0
BATS_LIB_PATH: '/usr/lib/'
jobs:
build:

@ -1,4 +1,4 @@
FROM ghcr.io/aquasecurity/trivy:0.40.0
FROM ghcr.io/aquasecurity/trivy:0.42.0
COPY entrypoint.sh /
RUN apk --no-cache add bash curl npm
RUN chmod +x /entrypoint.sh

@ -1,6 +1,6 @@
{
"version": "2.1.0",
"$schema": "https://json.schemastore.org/sarif-2.1.0-rtm.5.json",
"$schema": "https://json.schemastore.org/sarif-2.1.0.json",
"runs": [
{
"tool": {
@ -64,7 +64,7 @@
}
}
],
"version": "0.40.0"
"version": "0.42.0"
}
},
"results": [

@ -1,6 +1,6 @@
{
"version": "2.1.0",
"$schema": "https://json.schemastore.org/sarif-2.1.0-rtm.5.json",
"$schema": "https://json.schemastore.org/sarif-2.1.0.json",
"runs": [
{
"tool": {
@ -37,7 +37,7 @@
}
}
],
"version": "0.40.0"
"version": "0.42.0"
}
},
"results": [

Loading…
Cancel
Save