From 8963f4c202161c442bfe3ce0c5914ce9a7798ebf Mon Sep 17 00:00:00 2001 From: fedy95 Date: Mon, 28 Jun 2021 19:52:23 +0300 Subject: [PATCH] add-grype --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7092c1c..568c9b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,7 +53,7 @@ steps: environment: REGISTRY: registry.fedy95.com commands: - - apk add wget + - apk add curl - curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin - "grype $REGISTRY/baseimage-yamllint:$DRONE_COMMIT_SHA --scope all-layers --fail-on=critical" # - sleep 20