ignore G104 unhandled errors in gosec, covered by golangci-lint:errcheck

This commit is contained in:
2026-05-26 09:12:43 -06:00
parent 76ca7567e5
commit e22124dcf1
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
run: go test -cover ./...
- name: Run gosec
run: gosec ./...
run: gosec -exclude=G104 ./...
- name: Run govulncheck
uses: golang/govulncheck-action@v1