Skip to content

Commit 6eeefb8

Browse files
authored
chore(deps): update slsa-verifier to v2.4.1 (#674)
Signed-off-by: behnazh-w <[email protected]>
1 parent c19064b commit 6eeefb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
9797
setup-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:

0 commit comments

Comments
 (0)