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 is failing #6428

Closed
nunnatsa opened this issue May 15, 2023 · 2 comments
Closed

scorecard is failing #6428

nunnatsa opened this issue May 15, 2023 · 2 comments
Assignees
Milestone

Comments

@nunnatsa
Copy link
Contributor

nunnatsa commented May 15, 2023

Bug Report

operator-sdk scorecard <bundle> command is failing. Also, scorecard e2e tests are failing too.

What did you do?

opened several PRs, the scorecard e2e tests failed.

Then try to run scorecard manually.

What did you expect to see?

The scorecard e2e tests should pass, as the PRs didn't deal with scorecard.

scorecard fail also when ran from commandline.

What did you see instead? Under which circumstances?

After digging, eventually, the default scorecard image digests was wrong and such images are not exists (anymore).

The wrong images are:

  • quay.io/operator-framework/scorecard-storage@sha256:5f9640f6eb6a6976676f2936b9eb4cd7170c5eebbc7536cc2891ec6cba74f0dd
  • quay.io/operator-framework/scorecard-untar@sha256:e7b0222764d1d1c16614009f38e7fe9bc643ef9e2b88559712ec3fd439b796c8

Environment

Operator type:

Kubernetes cluster type:

$ operator-sdk version

master

$ go version (if language is Go)

1.19

$ kubectl version

Possible Solution

Additional context

@nunnatsa
Copy link
Contributor Author

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants