File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2022 - 2023 , Oracle and/or its affiliates. All rights reserved.
1+ # Copyright (c) 2022 - 2024 , Oracle and/or its affiliates. All rights reserved.
22# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
33
44# Use bash as the shell when executing a rule's recipe. For more details:
@@ -96,7 +96,7 @@ setup-go:
9696 go build -o $(PACKAGE_PATH ) /bin/cuevalidate.so -buildmode=c-shared $(REPO_PATH ) /golang/internal/cue_validator/cue_validator.go
9797setup-binaries : $(PACKAGE_PATH ) /bin/slsa-verifier $(PACKAGE_PATH ) /resources/mvnw $(PACKAGE_PATH ) /resources/gradlew souffle
9898$(PACKAGE_PATH ) /bin/slsa-verifier :
99- git clone --depth 1 https://github.com/slsa-framework/slsa-verifier.git -b v2.3.0
99+ git clone --depth 1 https://github.com/slsa-framework/slsa-verifier.git -b v2.4.1
100100 cd slsa-verifier/cli/slsa-verifier && go build -o $(PACKAGE_PATH ) /bin/
101101 cd $(REPO_PATH ) && rm -rf slsa-verifier
102102$(PACKAGE_PATH ) /resources/mvnw :
You can’t perform that action at this time.
0 commit comments