file cleanup
All checks were successful
code scans / scans (push) Successful in 1m27s

This commit is contained in:
jake 2025-04-24 14:10:30 -04:00
parent 53958fb0e1
commit 381b49ca71

View File

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