We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477bda3 commit 01b6062Copy full SHA for 01b6062
1 file changed
.buildkite/hooks/pre-command
@@ -12,3 +12,14 @@ mkdir -p \
12
export GOCACHE="${cache_root}/go/build"
13
export GOMODCACHE="${cache_root}/go/pkg/mod"
14
export GOLANGCI_LINT_CACHE="${cache_root}/golangci-lint"
15
+
16
+# CI pins tool versions in mise.toml/mise.lock, but the go: backend used for
17
+# go-cover-treemap does not support locked-mode URLs. Skip the GitHub API-backed
18
+# attestation/SLSA checks instead so reruns do not fail on unauthenticated rate
19
+# limits inside the mise plugin.
20
+export MISE_AQUA_GITHUB_ATTESTATIONS=false
21
+export MISE_AQUA_SLSA=false
22
+export MISE_GITHUB_ATTESTATIONS=false
23
+export MISE_GITHUB_GITHUB_ATTESTATIONS=false
24
+export MISE_GITHUB_SLSA=false
25
+export MISE_SLSA=false
0 commit comments