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:
|
with:
|
||||||
go-version: "1.23.0"
|
go-version: "1.23.0"
|
||||||
|
|
||||||
|
- name: Install gosec
|
||||||
|
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: go test ./... -cover
|
run: go test ./... -cover
|
||||||
|
|
||||||
|
- name: Security Checks
|
||||||
|
run: gosec ./...
|
||||||
|
|
||||||
style:
|
style:
|
||||||
name: Style
|
name: Style
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user