Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quality metrics that parse github repos are failing #2752

Open
tas50 opened this issue May 26, 2022 · 0 comments
Open

Quality metrics that parse github repos are failing #2752

tas50 opened this issue May 26, 2022 · 0 comments
Labels
Status: Untriaged An issue that has yet to be triaged.

Comments

@tas50
Copy link
Contributor

tas50 commented May 26, 2022

Chef Supermarket Version

Whatever is on supemarket.chef.io

Platform Details

n/a

Configuration

n/a

Scenario

For our Mondoo cookbook at https://supermarket.chef.io/cookbooks/mondoo#quality our quality score is currently 50%. The failing checks are the checks that parse the github URL from the metadata. Our cookbook does contain the repo URL in the metadata:

source_url 'https://github.com/mondoohq/chef-mondoo'
issues_url 'https://github.com/mondoohq/chef-mondoo/issues'

Within this repo we have version tags, a testing.md file, and a contributing.md file. All three of these quality checks should pass, but all three fail. The only potential thing I see is that Supermarket may be hardcoded to check master and we use the new GitHub default of main for our branches.

Expected Result

These results should pass

Actual Result

They fail

@tas50 tas50 added the Status: Untriaged An issue that has yet to be triaged. label May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Untriaged An issue that has yet to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant