From b88bc86204044ecb0bc4e91c69cfdc3791d65223 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Wed, 8 Nov 2023 19:07:49 -0800 Subject: [PATCH] Add ./ to execute the binary in CWD --- scripts/actions-validate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/actions-validate.py b/scripts/actions-validate.py index 68b5eb1..07844e0 100644 --- a/scripts/actions-validate.py +++ b/scripts/actions-validate.py @@ -68,7 +68,7 @@ def main() -> None: validate_slsa("./hishtory") # TODO: Run validation using hishtory built at HEAD too print("Validating other metadata") - validate_hishtory_status("hishtory-darwin-amd64") + validate_hishtory_status("./hishtory-darwin-amd64") if __name__ == '__main__': main() \ No newline at end of file