Changing the order a touch

This commit is contained in:
James Wells 2021-05-21 20:09:00 -07:00
parent 2d9780135b
commit 1f6f33262d
Signed by: jwells
GPG key ID: 73196D10B8E65666

View file

@ -28,7 +28,7 @@ steps:
- go fmt ./...
- go vet ./...
# - curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.18.2
- trivy repo --quiet --exit-code 1 --ignore-unfixed -f json ${DRONE_GIT_HTTP_URL}
- trivy --quiet repo --exit-code 1 --ignore-unfixed -f json ${DRONE_GIT_HTTP_URL}
# - name: Send Status To Datadog
# image: masci/drone-datadog