Created
May 5, 2025 17:42
-
-
Save rh-operator-bundle-bot/5c09acd0200783d7febd054a38d2d792 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"passed": true, | |
"results": { | |
"errors": [], | |
"failed": [], | |
"passed": [ | |
{ | |
"description": "Check to make sure that all CRs have a spec block.", | |
"elapsed_time": 3098.0, | |
"name": "ScorecardBasicSpecCheck" | |
}, | |
{ | |
"description": "Operator-sdk scorecard OLM Test Suite Check", | |
"elapsed_time": 3102.0, | |
"name": "ScorecardOlmSuiteCheck" | |
}, | |
{ | |
"description": "Checking if the operator could be deployed by OLM", | |
"elapsed_time": 71229.0, | |
"name": "DeployableByOLM" | |
}, | |
{ | |
"description": "Validating Bundle image that checks if it can validate the content and format of the operator bundle", | |
"elapsed_time": 180.0, | |
"name": "ValidateOperatorBundle" | |
}, | |
{ | |
"description": "Checks that the CSV has all of the required feature annotations.", | |
"elapsed_time": 120.0, | |
"name": "RequiredAnnotations" | |
} | |
] | |
}, | |
"test_library": { | |
"commit": "39da695c5e9af533b994b24a680ec7ff5a6f1b7d", | |
"name": "github.com/redhat-openshift-ecosystem/openshift-preflight", | |
"version": "1.13.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment