Skip to content

Quality metrics that parse github repos are failing #2752

@tas50

Description

@tas50

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

No one assigned

    Labels

    Status: UntriagedAn issue that has yet to be triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions