Skip to content

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

Open
wants to merge 25 commits into
base: develop
Choose a base branch
from

Conversation

vitalykorolev
Copy link
Collaborator

@vitalykorolev vitalykorolev commented May 20, 2025

This PR improves the logic for finding dependent docker images for scanning. It also improves the output of the scan results.

pengzhouml and others added 18 commits April 4, 2025 09:34
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
…ibutes-from-cookie

MLE-21334/remove Security attribute from cookie
@Copilot Copilot AI review requested due to automatic review settings May 20, 2025 22:45
Copy link

@Copilot Copilot AI left a 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); \
Copy link
Collaborator

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.

rwinieski and others added 5 commits May 21, 2025 18:35
…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
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 this pull request may close these issues.

3 participants