From 2a7062d267f8b26cf1034f5356eab4304d082675 Mon Sep 17 00:00:00 2001 From: fedy95 Date: Mon, 28 Jun 2021 20:12:04 +0300 Subject: [PATCH] add-grype --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 00966b2..1357cce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -69,7 +69,7 @@ steps: commands: - 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" +# - "grype $REGISTRY/baseimage-yamllint:$DRONE_COMMIT_SHA --scope all-layers --fail-on=critical" when: event: pull_request