mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 01:26:28 -08:00
Not sure why I used ./bin/... DOH!!!
Some checks failed
Some checks failed
This commit is contained in:
parent
6b8f83bd27
commit
e1c359639b
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ jobs:
|
|||
path: .cache/trivy
|
||||
key: tmp.woDBBj4Baw
|
||||
|
||||
- run: trivy fs --no-progress --severity CRITICAL --cache-dir .cache/trivy --exit-code 1 .
|
||||
- run: ./bin/gosec -exclude=G114 -quiet ./...
|
||||
- run: /go/bin/trivy fs --no-progress --severity CRITICAL --cache-dir .cache/trivy --exit-code 1 .
|
||||
- run: /go/bin/gosec -exclude=G114 -quiet ./...
|
||||
|
||||
build_simple:
|
||||
needs: scan
|
||||
|
|
Loading…
Add table
Reference in a new issue