security checks
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -18,9 +18,15 @@ jobs:
|
||||
with:
|
||||
go-version: "1.23.0"
|
||||
|
||||
- name: Install gosec
|
||||
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
|
||||
|
||||
- name: Tests
|
||||
run: go test ./... -cover
|
||||
|
||||
- name: Security Checks
|
||||
run: gosec ./...
|
||||
|
||||
style:
|
||||
name: Style
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user