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

scorecard: add bundle metadata #3474

Merged
merged 1 commit into from
Jul 21, 2020

Commits on Jul 21, 2020

  1. This commit adds scorecard bundle metadata "mediaType" and "config",

    which are written to bundle metadata on `generate bundle` when either
    `--overwrite` is set or metadata files do not exist. "config.yaml"
    is a hard-coded file name for the scorecard config file.
    
    cmd/operator-sdk/generate/bundle: write scorecard bundle metadata
    to annotations.yaml and bundle.Dockerfile
    
    cmd/operator-sdk/scorecard: use scorecard metadata config path if
    it exists, defaulting to `tests/scorecard/config.yaml`
    
    internal/annotations: consolidate annotations for metrics and scorecard
    in subpackages here
    
    internal/scorecard: encode "config.yaml" as hard-coded file name for
    the scorecard config, and add metadata to example annotations.yaml files
    estroz committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    d1ebfde View commit details
    Browse the repository at this point in the history