Update Dockerfile (#152)

pull/155/head 0.6.1
simar7 2 years ago committed by GitHub
parent 503d3abc15
commit 81b9a6f5ab
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.30.2
TRIVY_VERSION: 0.30.4
BATS_LIB_PATH: '/usr/lib/'
jobs:
build:

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

@ -37,7 +37,7 @@
}
}
],
"version": "0.30.2"
"version": "0.30.4"
}
},
"results": [

Loading…
Cancel
Save