failure tests
Some checks failed
security scans / scans (push) Has been cancelled
test scans / scans (push) Has been cancelled

This commit is contained in:
jake 2025-04-24 13:06:33 -04:00
parent e19d0fd3a2
commit f659467d00

View File

@ -0,0 +1,17 @@
name: "test scans"
on: push #runs on pushes to any branch
jobs:
scans:
runs-on: smoke-test
steps:
- name: "dependency and stdlib scan"
uses: golang/govulncheck-action@v1.0.4
with:
go-package: ./...
go-version-file: go.mod
- name: "static code analysis"
uses: securego/gosec@v2.22.3
with:
args: ./...