Gosec installed in a different location.
Some checks failed
G'Agent Scan, Build, and Test / scan (push) Failing after 1m8s
G'Agent Scan, Build, and Test / build_simple (push) Has been skipped
G'Agent Scan, Build, and Test / test_simple (push) Has been skipped
G'Agent Scan, Build, and Test / build_image (push) Has been skipped

This commit is contained in:
James Wells 2024-12-27 16:17:06 -08:00
parent ed8a3a27e3
commit 6b8f83bd27
Signed by: jwells
GPG key ID: 73196D10B8E65666

View file

@ -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: ./bin/gosec -exclude=G114 -quiet ./...
build_simple: build_simple:
needs: scan needs: scan