testing better logging

This commit is contained in:
2025-05-10 01:26:25 -04:00
parent b1003750eb
commit b64b107527
2 changed files with 7 additions and 6 deletions

View File

@@ -6,11 +6,9 @@ runs:
- name: "install go packages"
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
go install github.com/securego/gosec/v2/cmd/gosec@latest
- name: "dependency scan"
run: govulncheck ./...
- name: "static code analysis"
uses: securego/gosec@master
with:
args: ./...
run: |
govulncheck ./...
gosec ./...