From 641164b919402382089391608d07e5b6db5eae06 Mon Sep 17 00:00:00 2001 From: fedy95 Date: Mon, 28 Jun 2021 19:27:23 +0300 Subject: [PATCH] add-grype --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0eb17ae..c06455b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,8 +53,8 @@ steps: environment: REGISTRY: registry.fedy95.com commands: - - "grype $REGISTRY/baseimage-yamllint:$DRONE_COMMIT_SHA --scope all-layers --fail-on=critical" - - "grype --help" +# - "grype $REGISTRY/baseimage-yamllint:$DRONE_COMMIT_SHA --scope all-layers --fail-on=critical" + - grype --help when: event: pull_request