failure tests
This commit is contained in:
parent
e19d0fd3a2
commit
f659467d00
17
.gitea/workflows/test.yaml
Normal file
17
.gitea/workflows/test.yaml
Normal 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: ./...
|
Loading…
x
Reference in New Issue
Block a user