upgrade osv-detector
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-01-13 20:11:36 +01:00
parent fe0b104af2
commit 57e43da3cb
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,6 +1,6 @@
FROM alpine:3
ADD https://github.com/G-Rath/osv-detector/releases/download/v0.9.1/osv-detector_0.9.1_linux_amd64 /usr/local/bin/osv-detector
ADD https://github.com/G-Rath/osv-detector/releases/download/v0.10.0/osv-detector_0.10.0_linux_amd64 /usr/local/bin/osv-detector
RUN chmod +x /usr/local/bin/osv-detector