@@ -231,8 +231,8 @@ MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated
231231MAGE_X_FORMAT_EXCLUDE_PATHS=vendor,node_modules,.git,.idea # Format exclusion paths (comma-separated directories to exclude from formatting)
232232MAGE_X_GITLEAKS_VERSION=8.28.0 # https://github.com/gitleaks/gitleaks/releases
233233MAGE_X_GOFUMPT_VERSION=v0.9.1 # https://github.com/mvdan/gofumpt/releases
234- MAGE_X_GOLANGCI_LINT_VERSION=v2.4 .0 # https://github.com/golangci/golangci-lint/releases
235- MAGE_X_GORELEASER_VERSION=v2.12.0 # https://github.com/goreleaser/goreleaser/releases
234+ MAGE_X_GOLANGCI_LINT_VERSION=v2.5 .0 # https://github.com/golangci/golangci-lint/releases
235+ MAGE_X_GORELEASER_VERSION=v2.12.2 # https://github.com/goreleaser/goreleaser/releases
236236MAGE_X_GOVULNCHECK_VERSION=v1.1.4 # https://pkg.go.dev/golang.org/x/vuln
237237MAGE_X_GO_SECONDARY_VERSION=1.24.x # Secondary Go version for MAGE-X (also our secondary)
238238MAGE_X_GO_VERSION=1.24.x # Primary Go version for MAGE-X (also our primary)
@@ -274,6 +274,11 @@ GITLEAKS_CONFIG_FILE=
274274# Nancy CVE Exclusions (known acceptable vulnerabilities)
275275NANCY_EXCLUDES=CVE-2024-38513,CVE-2023-45142
276276
277+ # OSS Index Authentication for Nancy (optional)
278+ # Username (email) for OSS Index authentication - reduces rate limits and provides better vulnerability data
279+ # Get your API token from: https://ossindex.sonatype.org/user-token
280+ # Github Secret(s): OSSI_USERNAME and OSSI_TOKEN
281+
277282# Security Tools
278283GITLEAKS_VERSION=8.28.0 # https://github.com/gitleaks/gitleaks/releases
279284GOVULNCHECK_VERSION=v1.1.4 # https://pkg.go.dev/golang.org/x/vuln
@@ -303,7 +308,7 @@ GO_PRE_COMMIT_MAX_FILES_OPEN=100
303308GO_PRE_COMMIT_ALL_FILES=true
304309
305310# Tool Versions
306- GO_PRE_COMMIT_GOLANGCI_LINT_VERSION=v2.4 .0 # https://github.com/golangci/golangci-lint
311+ GO_PRE_COMMIT_GOLANGCI_LINT_VERSION=v2.5 .0 # https://github.com/golangci/golangci-lint
307312GO_PRE_COMMIT_FUMPT_VERSION=v0.9.1 # https://github.com/mvdan/gofumpt
308313GO_PRE_COMMIT_GOIMPORTS_VERSION=latest # https://github.com/golang/tools
309314
0 commit comments