Moving gosec install to here instead of the tool image.
Some checks failed
G'Agent Scan, Build, and Test / scan (push) Failing after 1m12s
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:09:19 -08:00
parent 4717b49701
commit 8c664dd007
Signed by: jwells
GPG key ID: 73196D10B8E65666

View file

@ -15,7 +15,8 @@ jobs:
container: container:
image: dragonheim/golang:latest image: dragonheim/golang:latest
steps: steps:
- run: apk add --no-cache zeromq-dev nodejs npm - run: apk add --no-cache curl gpg zeromq-dev nodejs npm
- run: curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/cache@v4 - uses: actions/cache@v4