This repository was archived by the owner on Sep 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,13 +91,14 @@ cosign: $(SRCS)
9191cosign-pivkey-pkcs11key : $(SRCS )
9292 CGO_ENABLED=1 go build -trimpath -tags=pivkey,pkcs11key -ldflags " $( LDFLAGS) " -o cosign ./cmd/cosign
9393
94+ # # Build cosigned binary
9495.PHONY : cosigned
95- cosigned : # # Build cosigned binary
96+ cosigned : policy-webhook
9697 CGO_ENABLED=0 go build -trimpath -ldflags " $( LDFLAGS) " -o $@ ./cmd/cosign/webhook
9798
9899.PHONY : policy-webhook
99100policy-webhook : # # Build the policy webhook binary
100- CGO_ENABLED=0 go build -trimpath -ldflags " $( LDFLAGS) " -o $@ ./cmd/cosign/policy-webhook
101+ CGO_ENABLED=0 go build -trimpath -ldflags " $( LDFLAGS) " -o $@ ./cmd/cosign/policy_webhook
101102
102103.PHONY : sget
103104sget : # # Build sget binary
You can’t perform that action at this time.
0 commit comments