Skip to content

Commit

Permalink
Remove hard-coded scorecard test image version (#1785)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Earls <[email protected]>
  • Loading branch information
kevinearls authored Feb 24, 2022
1 parent 9667ce9 commit 9a4630a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ENVTEST_K8S_VERSION = 1.22
KUBE_VERSION ?= 1.20
KIND_CONFIG ?= kind-$(KUBE_VERSION).yaml

SCORECARD_TEST_IMG ?= quay.io/operator-framework/scorecard-test:v1.13.1
SCORECARD_TEST_IMG ?= quay.io/operator-framework/scorecard-test:v$(OPERATOR_SDK_VERSION)

.DEFAULT_GOAL := build

Expand Down

0 comments on commit 9a4630a

Please sign in to comment.