Added gosec to CI, will fail

This commit is contained in:
2025-01-07 18:23:48 +02:00
parent 121feb261c
commit 4c2672b497

View File

@@ -31,3 +31,9 @@ jobs:
- name: Run tests
run: go test --cover ./...
- name: Install gosec
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
- name: Run gosec
run: gosec ./...