Another attempt at getting github actions to pass

This commit is contained in:
David Dworken
2022-11-01 11:03:49 -07:00
parent d2558c8fb5
commit 2efa93762a
8 changed files with 71 additions and 56 deletions

View File

@ -576,7 +576,7 @@ func slsaStatusHandler(w http.ResponseWriter, r *http.Request) {
w.Write([]byte("OK"))
return
}
if vNum < 158 {
if vNum < 2000000 {
w.Write([]byte("Sigstore deployed a broken change. See https://github.com/slsa-framework/slsa-github-generator/issues/1163"))
return
}