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

This commit is contained in:
Simon Vieille 2023-03-19 18:12:51 +01:00
parent 2a423038ae
commit 0a5084ed09
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -2,7 +2,7 @@ FROM alpine:3
WORKDIR /app
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
ADD https://github.com/G-Rath/osv-detector/releases/download/v0.10.3/osv-detector_0.10.3_linux_amd64 /usr/local/bin/osv-detector
RUN chmod +x /usr/local/bin/osv-detector