Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.env.shared
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ENABLE_FUZZ_TESTING=true # Enable fuzz running tests (requires Go
ENABLE_GO_LINT=true # Enable Go code linting steps (golangci-lint)
ENABLE_RACE_DETECTION=true # Enable Go's race detector in tests (-race flag)
ENABLE_SECURITY_SCAN_NANCY=true # Enable Nancy dependency vulnerability checks
ENABLE_SECURITY_SCAN_GOVULNCHECK=false # Enable govulncheck Go vulnerability scanning (Issue with https://pkg.go.dev/vuln/GO-2024-3218)
ENABLE_SECURITY_SCAN_GOVULNCHECK=true # Enable govulncheck Go vulnerability scanning (Issue with https://pkg.go.dev/vuln/GO-2024-3218)
ENABLE_SECURITY_SCAN_GITLEAKS=true # Enable Gitleaks secret scanning
ENABLE_STATIC_ANALYSIS=true # Enable static analysis jobs (go vet)
ENABLE_VERBOSE_TEST_OUTPUT=false # Enable verbose output for test runs (can slow down CI)
Expand Down
Loading