security checks

This commit is contained in:
2025-03-16 13:42:59 +02:00
parent 222097af1c
commit 7603f9395a

View File

@@ -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