You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve gosec, errcheck, staticcheck, and trivy CI failures
- Fix errcheck: add _ discard for fmt.Fprintf/Fprintln in auth/use and version
- Fix gosec G304: add nolint for os.ReadFile on controlled config paths
- Fix gosec G302: add nolint for 0700 directory chmod (intentional)
- Fix staticcheck SA1019: use PricePerMonthPerGB instead of deprecated MonthlyPerGB
- Fix staticcheck QF1001: apply De Morgan's law in hostname validation
- Fix trivy DS-0002/DS-0029: add non-root user and --no-install-recommends to Dockerfile
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments