-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 details gets generated for java plugin in bundle.Dockerfile #5800
Scorecard details gets generated for java plugin in bundle.Dockerfile #5800
Conversation
I tested this with the java plugin and this change is working. I will test this with other plugins too. |
Please refer issue here: operator-framework/java-operator-plugins#85 |
Signed-off-by: laxmikantbpandhare <[email protected]>
Signed-off-by: laxmikantbpandhare <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, I tried generating a bundle for go, ansible, and helm chart. Every operator scaffolded scorecard details in the bundle.Dockerfile. |
/lgtm |
…operator-framework#5800) * modified for java empty scorecard copy while running bundle Signed-off-by: laxmikantbpandhare <[email protected]> * added changelog Signed-off-by: laxmikantbpandhare <[email protected]>
Scorecard details got generated for the bundle even if no details were present for the scorecard in the java plugin
Description of the change:
Updated the flag which will check for the scorecard path.
Motivation for the change:
It will verify the path of the scorecard and if present then only it generates its artifacts in
bundle.Dockerfile
Checklist
If the pull request includes user-facing changes, extra documentation is required:
changelog/fragments
(seechangelog/fragments/00-template.yaml
)website/content/en/docs
Before:
After these changes,