operator-framework / operator-framework/operator-sdk
Ensure that we are covering very well the bundle sdk validate and scorecard
@theishshah is already working on this.
Since Nov 1, 2021.
- Dominant language
- Go
- Stars
- 7.7k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
Feature Request
Describe the problem you need a feature to resolve.
Ensure that we are covering very well the bundle sdk validate and scorecard.
Describe the solution you'd like.
Increase the coverage of these features and the scenarios covered with them to avoid regressions such as; https://github.com/operator-framework/operator-sdk/issues/5244#issuecomment-946537637
PS.: For the validators, we do not need to check its rules it is done in the API see: https://github.com/operator-framework/api/blob/master/pkg/validation/internal/operatorgroup_test.go. The goal seems more integrated tests to avoid this kind of regression.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.