mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-09 07:05:08 +02:00
Update validation to release an artifact to certify that validation passed, this will then be used by the backend server to only publish releases that passed validation
This commit is contained in:
@ -66,6 +66,7 @@ def main() -> None:
|
||||
validate_macos_signature(filename)
|
||||
print("Starting validation of SLSA attestations")
|
||||
validate_slsa("./hishtory")
|
||||
# TODO: Run validation using hishtory built at HEAD too
|
||||
print("Validating other metadata")
|
||||
validate_hishtory_status("hishtory-darwin-amd64")
|
||||
|
||||
|
Reference in New Issue
Block a user