Scorecard olm-crds-have-resources-test failing when the owned is in the CSV

Author: camilamacedo86Created Sep 30, 2021Updated Sep 13, 2026
Labelskind/bugscorecardlifecycle/frozen

Bug Report

Image:      quay.io/operator-framework/scorecard-test:v1.13.0
Entrypoint: [scorecard-test olm-crds-have-resources]
Labels:
	"suite":"olm"
	"test":"olm-crds-have-resources-test"
Results:
	Name: olm-crds-have-resources
	State: fail

	Errors:
		Owned CRDs do not have resources specified
	Log:
		Loaded ClusterServiceVersion: jaeger-operator.v1.25.0

What did you do?

Run scorecard for the bundle layer.zip: operator-sdk scorecard layer/

What did you expect to see?

All tests passing succefully.

What did you see instead? Under which circumstances?

Image:      quay.io/operator-framework/scorecard-test:v1.13.0
Entrypoint: [scorecard-test olm-crds-have-resources]
Labels:
	"suite":"olm"
	"test":"olm-crds-have-resources-test"
Results:
	Name: olm-crds-have-resources
	State: fail

	Errors:
		Owned CRDs do not have resources specified
	Log:
		Loaded ClusterServiceVersion: jaeger-operator.v1.25.0

Environment

$ operator-sdk version 1.13.0

$ go version (if language is Go) 1.16

Source: operator-framework/operator-sdk