-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
Status: UntriagedAn issue that has yet to be triaged.An issue that has yet to be triaged.
Description
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
Metadata
Metadata
Assignees
Labels
Status: UntriagedAn issue that has yet to be triaged.An issue that has yet to be triaged.