We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04a0f6 commit 1bf2fbbCopy full SHA for 1bf2fbb
Makefile
@@ -467,3 +467,7 @@ imports: openshift-goimports ## Organize imports in go files using openshift-goi
467
.PHONY: verify-imports
468
verify-imports: openshift-goimports ## Run import verifications.
469
./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