workflow updates
Some checks failed
code scans / scans (push) Failing after 6s

This commit is contained in:
jake 2025-04-24 13:59:17 -04:00
parent a2791a2e02
commit 53958fb0e1

View File

@ -7,9 +7,14 @@ jobs:
steps: steps:
- name: "clone code" - name: "clone code"
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: "static code analysis"
uses: securego/gosec@v2.22.3
with:
args: ./...
- name: "install go" - name: "install go"
uses: https://code.jakeyoungdev.com/actions/install-go@master uses: https://code.jakeyoungdev.com/actions/install-go@v0.1.3
with: with:
commands: | commands: |
golang.org/x/vuln/cmd/govulncheck@latest golang.org/x/vuln/cmd/govulncheck@latest
@ -18,8 +23,3 @@ jobs:
uses: https://code.jakeyoungdev.com/actions/report-vulns@master uses: https://code.jakeyoungdev.com/actions/report-vulns@master
with: with:
manager: go manager: go
- name: "static code analysis"
uses: securego/gosec@v2.22.3
with:
args: ./...