That is looking better, adding trivy.

This commit is contained in:
James Wells 2021-05-21 20:06:32 -07:00
parent e381eae26b
commit 2d9780135b
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 ${DRONE_GIT_HTTP_URL}
- trivy repo --quiet --exit-code 1 --ignore-unfixed -f json ${DRONE_GIT_HTTP_URL}
# - name: Send Status To Datadog
# image: masci/drone-datadog