Open TomerFi opened 1 year ago
Scorecard tests are failing. More specifically, the olm-crds-have-resources-test specified here is failing:
olm-crds-have-resources-test
$ operator-sdk scorecard bundle -l test=olm-crds-have-resources-test Image: quay.io/operator-framework/scorecard-test:v1.25.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: starburstaddon-operator.v0.0.1
Relevant docs:
https://sdk.operatorframework.io/docs/olm-integration/generation/#csv-fields https://sdk.operatorframework.io/docs/testing-operators/scorecard/#built-in-tests
Scorecard tests are failing. More specifically, the
olm-crds-have-resources-test
specified here is failing: