mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 08:08:58 -07:00
Changing the order a touch
This commit is contained in:
parent
2d9780135b
commit
1f6f33262d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ steps:
|
||||||
- go fmt ./...
|
- go fmt ./...
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
# - curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.18.2
|
# - 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
|
# - name: Send Status To Datadog
|
||||||
# image: masci/drone-datadog
|
# image: masci/drone-datadog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue