Skip to content

Commit 546312b

Browse files
committed
remove scorecard gh action
Signed-off-by: Kevin <[email protected]>
1 parent 9db28cf commit 546312b

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

.github/workflows/olm_scorecard.yml

-28
This file was deleted.

Makefile

-5
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,6 @@ imports: openshift-goimports ## Organize imports in go files using openshift-goi
385385
verify-imports: openshift-goimports ## Run import verifications.
386386
./hack/verify-imports.sh $(OPENSHIFT-GOIMPORTS)
387387

388-
.PHONY: scorecard-bundle
389-
scorecard-bundle: install-operator-sdk ## Run scorecard tests on bundle image.
390-
$(OPERATOR_SDK) scorecard bundle
391-
392-
393388
FILE ?= input.yaml # Default value, it isn't a file, but the make cmds fill hang for longer without it
394389
temp_dir := temp_split
395390
output_dir := 'config/crd/'

0 commit comments

Comments
 (0)