@@ -39,7 +39,7 @@ GO_SECONDARY_VERSION=1.24.x
3939# Govulncheck-specific Go version for vulnerability scanning
4040# Uses newer Go version for accurate standard library vulnerability detection
4141# Override this in .env.custom if needed for compatibility
42- GOVULNCHECK_GO_VERSION=1.25.x
42+ GOVULNCHECK_GO_VERSION=1.25.5
4343
4444# ================================================================================================
4545# 📦 GO MODULE CONFIGURATION
@@ -108,6 +108,9 @@ ENABLE_SECURITY_SCAN_NANCY=true # Dependency vulnerability checks
108108# Documentation & Publishing
109109ENABLE_GODOCS_PUBLISHING=true # Publish to pkg.go.dev on tag/releases
110110
111+ # Workflow Reporting
112+ ENABLE_COMPLETION_REPORT=true # Generate workflow completion report (adds 2-4 min)
113+
111114# ================================================================================================
112115# 📦 ARTIFACT DOWNLOAD CONFIGURATION
113116# ================================================================================================
@@ -241,15 +244,15 @@ REDIS_CACHE_FORCE_PULL=false # Force pull Redis images even when cache
241244# 🪄 MAGE-X CONFIGURATION
242245# ================================================================================================
243246
244- MAGE_X_VERSION=v1.8.7 # https://github.com/mrz1836/mage-x/releases
247+ MAGE_X_VERSION=v1.8.9 # https://github.com/mrz1836/mage-x/releases
245248MAGE_X_USE_LOCAL=false # Use local version for development
246249MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
247250MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated list of tags to exclude
248251MAGE_X_FORMAT_EXCLUDE_PATHS=vendor,node_modules,.git,.idea # Format exclusion paths (comma-separated directories to exclude from formatting)
249- MAGE_X_GITLEAKS_VERSION=8.29.1 # https://github.com/gitleaks/gitleaks/releases
252+ MAGE_X_GITLEAKS_VERSION=8.30.0 # https://github.com/gitleaks/gitleaks/releases
250253MAGE_X_GOFUMPT_VERSION=v0.9.2 # https://github.com/mvdan/gofumpt/releases
251254MAGE_X_GOLANGCI_LINT_VERSION=v2.6.2 # https://github.com/golangci/golangci-lint/releases
252- MAGE_X_GORELEASER_VERSION=v2.12.7 # https://github.com/goreleaser/goreleaser/releases
255+ MAGE_X_GORELEASER_VERSION=v2.13.0 # https://github.com/goreleaser/goreleaser/releases
253256MAGE_X_GOVULNCHECK_VERSION=v1.1.4 # https://go.googlesource.com/vuln/+refs
254257MAGE_X_GO_SECONDARY_VERSION=1.24.x # Secondary Go version for MAGE-X (also our secondary)
255258MAGE_X_GO_VERSION=1.24.x # Primary Go version for MAGE-X (also our primary)
@@ -281,7 +284,7 @@ MAGE_X_YAMLFMT_VERSION=v0.20.0 # https://github.c
281284# MAGE_X_DOWNLOAD_TIMEOUT=5000
282285# MAGE_X_DOWNLOAD_USER_AGENT=MAGE-X-Agent
283286# MAGE_X_PARALLEL=3
284- # MAGE_X_TEST_EXCLUDE_MODULES=magefiles # Comma-separated module names to exclude from tests/coverage (default: magefiles)
287+ # MAGE_X_TEST_EXCLUDE_MODULES=module1,module2
285288# MAGE_X_TEST_RACE=false
286289# MAGE_X_VERBOSE=true
287290
@@ -304,7 +307,7 @@ NANCY_EXCLUDES=CVE-2024-38513,CVE-2023-45142
304307# Github Secret(s): OSSI_USERNAME and OSSI_TOKEN
305308
306309# Security Tools
307- GITLEAKS_VERSION=8.29.1 # https://github.com/gitleaks/gitleaks/releases
310+ GITLEAKS_VERSION=8.30.0 # https://github.com/gitleaks/gitleaks/releases
308311GOVULNCHECK_VERSION=v1.1.4 # https://pkg.go.dev/golang.org/x/vuln
309312NANCY_VERSION=v1.0.52 # https://github.com/sonatype-nexus-community/nancy/releases
310313
@@ -336,7 +339,7 @@ GO_PRE_COMMIT_ALL_FILES=true
336339GO_PRE_COMMIT_GOLANGCI_LINT_VERSION=v2.6.2 # https://github.com/golangci/golangci-lint/releases
337340GO_PRE_COMMIT_FUMPT_VERSION=v0.9.2 # https://github.com/mvdan/gofumpt/releases
338341GO_PRE_COMMIT_GOIMPORTS_VERSION=latest # https://github.com/golang/tools
339- GO_PRE_COMMIT_GITLEAKS_VERSION=v8.29.1 # https://github.com/gitleaks/gitleaks/releases
342+ GO_PRE_COMMIT_GITLEAKS_VERSION=v8.30.0 # https://github.com/gitleaks/gitleaks/releases
340343
341344# Build tags for golangci-lint and other tools
342345GO_PRE_COMMIT_BUILD_TAGS=
0 commit comments