mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 02:36:27 -08:00
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
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:
parent
4717b49701
commit
8c664dd007
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ jobs:
|
|||
container:
|
||||
image: dragonheim/golang:latest
|
||||
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/cache@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue