update osv-detector
ci/woodpecker/push/woodpecker Pipeline was successful Details

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
1 changed files with 1 additions and 1 deletions

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