-
Notifications
You must be signed in to change notification settings - Fork 594
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
Feature - whitesourceExecuteScan - adding ability to scan multiple docker images #4755
Conversation
@@ -377,6 +377,25 @@ spec: | |||
- PARAMETERS | |||
- STAGES | |||
- STEPS | |||
- name: scanImages |
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.
Shouldn't we consider to take the images to scan from the common pipeline environment?
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.
I think it would be the next step of this. The first pilot of this will be implemented for Black Duck detect.
For now it's just a workaround for some specific cases
/it |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
/it-go |
FYI, this implementation is not backward compatible. I my case, I was using the It also seems like this implementation, in general, no longer supports the |
…cker images (SAP#4755) * added-multiple-images-scan-logic * amended-description * added-reference-to-common-pipeline-env
Changes