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 be0dd48 commit a3fe66eCopy full SHA for a3fe66e
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