mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-24 14:01:46 +02:00
Disable SLSA verification pending slsa-verifier bug
This commit is contained in:
parent
010b33f197
commit
baf9f7d9c1
@ -45,6 +45,8 @@ func verifyBinary(ctx *context.Context, binaryPath, attestationPath, versionTag
|
||||
if os.Getenv("HISHTORY_DISABLE_SLSA_ATTESTATION") == "true" {
|
||||
return nil
|
||||
}
|
||||
// TODO: Re-enable SLSA verification pending https://github.com/slsa-framework/slsa-verifier/issues/285
|
||||
return nil
|
||||
|
||||
if err := checkForDowngrade(Version, versionTag); err != nil && os.Getenv("HISHTORY_ALLOW_DOWNGRADE") == "true" {
|
||||
return err
|
||||
|
Loading…
x
Reference in New Issue
Block a user