adding forgotten step
Some checks failed
security scans / scans (push) Has been cancelled

This commit is contained in:
jake 2025-04-24 12:47:37 -04:00
parent fa21716736
commit e19d0fd3a2
2 changed files with 3 additions and 17 deletions

View File

@ -5,5 +5,8 @@ jobs:
scans: scans:
runs-on: smoke-test runs-on: smoke-test
steps: steps:
- name: "clone code"
uses: actions/checkout@v4
- name: "security scan" - name: "security scan"
uses: https://code.jakeyoungdev.com/actions/security@main #update this to a tag after first successful run uses: https://code.jakeyoungdev.com/actions/security@main #update this to a tag after first successful run

View File

@ -1,17 +0,0 @@
name: "test"
on: push #runs on pushes to any branch
jobs:
test:
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: ./...