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