Set a correct version number for builds containing slsa-verifier <1.3.1

This commit is contained in:
David Dworken 2022-11-01 11:16:23 -07:00
parent 7109e7d48f
commit 19fbeda539
No known key found for this signature in database

View File

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