We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7327ab0 commit c8a35e1Copy full SHA for c8a35e1
.github/workflows/checks.yml
@@ -41,8 +41,6 @@ jobs:
41
42
- name: Run gosec
43
run: |
44
-# 2026-02-16: gosec is broken for multi-module repos, so we use v2.23.0 instead of the latest version.
45
-# go install github.com/securego/gosec/v2/cmd/gosec@latest
46
go install github.com/securego/gosec/v2/cmd/gosec@v2.23.0
47
gosec -exclude-dir=.cache ./...
48
0 commit comments