mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 04:56:28 -08:00
That is looking better, adding trivy.
This commit is contained in:
parent
e381eae26b
commit
2d9780135b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue