mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 02:36:27 -08:00
Gosec installed in a different location.
Some checks failed
Some checks failed
This commit is contained in:
parent
ed8a3a27e3
commit
6b8f83bd27
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ jobs:
|
|||
key: tmp.woDBBj4Baw
|
||||
|
||||
- run: trivy fs --no-progress --severity CRITICAL --cache-dir .cache/trivy --exit-code 1 .
|
||||
- run: ./gosec -exclude=G114 -quiet ./...
|
||||
- run: ./bin/gosec -exclude=G114 -quiet ./...
|
||||
|
||||
build_simple:
|
||||
needs: scan
|
||||
|
|
Loading…
Add table
Reference in a new issue