bump trivy to v0.42.1 (#240)

* bump trivy to v0.42.1

* revert formatting
pull/243/head 0.11.1
Daniel Chabr 12 months ago committed by GitHub
parent b43daad0c3
commit 0cd397afbf
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.42.0
TRIVY_VERSION: 0.42.1
BATS_LIB_PATH: '/usr/lib/'
jobs:
build:

@ -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

@ -64,7 +64,7 @@
}
}
],
"version": "0.42.0"
"version": "0.42.1"
}
},
"results": [

@ -37,7 +37,7 @@
}
}
],
"version": "0.42.0"
"version": "0.42.1"
}
},
"results": [

Loading…
Cancel
Save