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 @@ -19,7 +19,7 @@ defaultBaseImage: gcr.io/distroless/base:debug-nonroot
1919builds :
2020- id : policy-controller
2121 dir : .
22- main : ./cmd/cosign/ webhook
22+ main : ./cmd/webhook
2323 env :
2424 - CGO_ENABLED=0
2525 flags :
@@ -34,7 +34,7 @@ builds:
3434
3535- id : policy_webhook
3636 dir : .
37- main : ./cmd/cosign/ policy_webhook
37+ main : ./cmd/policy_webhook
3838 env :
3939 - CGO_ENABLED=0
4040 flags :
Original file line number Diff line number Diff line change @@ -154,13 +154,13 @@ ko-local:
154154 KOCACHE=$(KOCACHE_PATH ) ko build --base-import-paths \
155155 --tags $(GIT_VERSION ) --tags $(GIT_HASH ) --local \
156156 $(ARTIFACT_HUB_LABELS ) \
157- github.com/sigstore/policy-controller/cmd/cosign/ webhook
157+ github.com/sigstore/policy-controller/cmd/webhook
158158
159159 LDFLAGS="$(LDFLAGS)" GIT_HASH=$(GIT_HASH) GIT_VERSION=$(GIT_VERSION) \
160160 KOCACHE=$(KOCACHE_PATH) ko build --base-import-paths \
161161 --tags $(GIT_VERSION) --tags $(GIT_HASH) --local \
162162 $(ARTIFACT_HUB_LABELS) \
163- github.com/sigstore/policy-controller/cmd/cosign/ policy_webhook
163+ github.com/sigstore/policy-controller/cmd/policy_webhook
164164
165165.PHONY : ko-apply
166166ko-apply :
@@ -184,10 +184,3 @@ help: # Display help
184184include release/release.mk
185185include test/ci.mk
186186
187- # #########################
188- # Documentation generation
189- # #########################
190-
191- .PHONY : docgen
192- docgen :
193- go run -tags pivkey,pkcs11key,cgo ./cmd/help/
You can’t perform that action at this time.
0 commit comments