Skip to content

Commit eef9318

Browse files
committed
build: add scorecard-bundle make target
1 parent 8e47723 commit eef9318

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,3 +467,7 @@ imports: openshift-goimports ## Organize imports in go files using openshift-goi
467467
.PHONY: verify-imports
468468
verify-imports: openshift-goimports ## Run import verifications.
469469
./hack/verify-imports.sh $(OPENSHIFT-GOIMPORTS)
470+
471+
.PHONY: scorecard-bundle
472+
scorecard-bundle: ## Run scorecard tests on bundle image.
473+
$(OPERATOR_SDK) scorecard bundle

0 commit comments

Comments
 (0)