bump trivy to v0.38.1 (#215)

pull/213/head
DmitriyLewen 1 year ago committed by GitHub
parent 8bd2f9fbda
commit 43849adf01
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.37.2
TRIVY_VERSION: 0.38.1
BATS_LIB_PATH: '/usr/lib/'
jobs:
build:

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

@ -64,7 +64,7 @@
}
}
],
"version": "0.37.2"
"version": "0.38.1"
}
},
"results": [

@ -37,7 +37,7 @@
}
}
],
"version": "0.37.2"
"version": "0.38.1"
}
},
"results": [

Loading…
Cancel
Save