Run CI on push to main #11
+1
-2
@@ -20,8 +20,7 @@ linters:
|
|||||||
errcheck:
|
errcheck:
|
||||||
check-type-assertions: false
|
check-type-assertions: false
|
||||||
check-blank: false
|
check-blank: false
|
||||||
gosec:
|
# gosec: no extra settings. Broad global excludes removed (G104/G115/G301/G304/G306).
|
||||||
# Broad global excludes removed (G104/G115/G301/G304/G306).
|
|
||||||
# - G301 addressed by switching cache MkdirAll to 0700 (least privilege for CDN content).
|
# - G301 addressed by switching cache MkdirAll to 0700 (least privilege for CDN content).
|
||||||
# - Remaining justified cases documented with precise //nosec (or #nosec) + comments at the call sites.
|
# - Remaining justified cases documented with precise //nosec (or #nosec) + comments at the call sites.
|
||||||
# - G104 largely eliminated by errcheck + explicit _ = handling (or defer wrappers).
|
# - G104 largely eliminated by errcheck + explicit _ = handling (or defer wrappers).
|
||||||
|
|||||||
Reference in New Issue
Block a user