Skip to content

Commit 8b15870

Browse files
authored
chore(deps): update slsa-verifier to v2.7.1 (#1114)
Signed-off-by: behnazh-w <[email protected]>
1 parent 6a712af commit 8b15870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ setup-go:
9595
go build -o $(PACKAGE_PATH)/bin/ $(REPO_PATH)/golang/cmd/...
9696
setup-binaries: $(PACKAGE_PATH)/bin/slsa-verifier $(PACKAGE_PATH)/resources/mvnw $(PACKAGE_PATH)/resources/gradlew souffle gnu-sed
9797
$(PACKAGE_PATH)/bin/slsa-verifier:
98-
git clone --depth 1 https://github.com/slsa-framework/slsa-verifier.git -b v2.6.0
98+
git clone --depth 1 https://github.com/slsa-framework/slsa-verifier.git -b v2.7.1
9999
cd slsa-verifier/cli/slsa-verifier && go build -o $(PACKAGE_PATH)/bin/
100100
cd $(REPO_PATH) && rm -rf slsa-verifier
101101
$(PACKAGE_PATH)/resources/mvnw:

0 commit comments

Comments
 (0)