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