From fda79dc18e56e1fa921e0503bf99218cef8b1d1a Mon Sep 17 00:00:00 2001 From: fedy95 Date: Mon, 28 Jun 2021 19:55:46 +0300 Subject: [PATCH] add-grype --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5992a1d..9dee2cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -60,14 +60,14 @@ steps: event: pull_request - name: grype security check - image: anchore:grype + image: anchore/grype volumes: - name: dockersock path: /var/run/docker.sock environment: REGISTRY: registry.fedy95.com commands: -# - apk add curl + - 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" when: