operator-sdk scorecard

operator-sdk scorecard

Runs scorecard

Synopsis

Has flags to configure dsl, bundle, and selector. This command takes one argument, either a bundle image or directory containing manifests and metadata. If the argument holds an image tag, it must be present remotely.

  1. operator-sdk scorecard [flags]

Options

  1. -c, --config string path to scorecard config file
  2. -h, --help help for scorecard
  3. --kubeconfig string kubeconfig path
  4. -L, --list Option to enable listing which tests are run
  5. -n, --namespace string namespace to run the test images in
  6. -o, --output string Output format for results. Valid values: text, json (default "text")
  7. -l, --selector string label selector to determine which tests are run
  8. -s, --service-account string Service account to use for tests (default "default")
  9. -x, --skip-cleanup Disable resource cleanup after tests are run
  10. -w, --wait-time duration seconds to wait for tests to complete. Example: 35s (default 30s)

Options inherited from parent commands

  1. --verbose Enable verbose logging

SEE ALSO

  • operator-sdk - Development kit for building Kubernetes extensions and tools.

Last modified July 21, 2020: add scorecard ns from context code (#3478) (40aebd20)