-
Notifications
You must be signed in to change notification settings - Fork 17
MLE-20181 update scanning logic to include other dependent images #323
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
base: develop
Are you sure you want to change the base?
MLE-20181 update scanning logic to include other dependent images #323
Conversation
Sync change from develop to release branch
* update the Chart version to 2.0.1 and MarkLogic Version to 11.3.1 * update Notice and README for Helm 2.0.1 Release * update in Notice File * update latest Notice file * update go version to 1.23.6 for security vulverabilities * update version for vulerabilities --------- Co-authored-by: Peng Zhou <[email protected]>
…te-docker-version MLE-20917 update docker package version for security vulnerabilites
Co-authored-by: Peng Zhou <[email protected]>
Co-authored-by: Peng Zhou <[email protected]>
Co-authored-by: Peng Zhou <[email protected]>
…ibutes-from-cookie MLE-21334/remove Security attribute from cookie
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.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- makefile: Language not supported
makefile
Outdated
}; \ | ||
util_image=$$(grep -A2 'utilContainer:' charts/values.yaml | grep 'image:' | sed 's/.*image:[[:space:]]*//g' | sed 's/"//g' | xargs); \ | ||
scan_image "$$util_image" "charts/values.yaml"; \ | ||
haproxy_image=$$(grep -A2 'image:' charts/charts/haproxy/values.yaml | grep 'repository:' | sed 's/.*repository:[[:space:]]*//g' | sed 's/"//g' | sed 's/#.*//g' | xargs); \ |
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.
We should have the functionality to define the HAProxy image in the root values.yaml file.
I'll open a BUG for this.
…amespace MLE-21473 Add missing namespace to configmap and service account
…oxy-Image Mle 21676/HAProxy image can only be define in the subchart values.yaml file
This PR improves the logic for finding dependent docker images for scanning. It also improves the output of the scan results.