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