-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat: separate nginx and django image tags #11054
base: dev
Are you sure you want to change the base?
Conversation
DryRun Security SummaryThe pull request focuses on updating the Helm chart for the DefectDojo application, with a particular emphasis on improving the security and reliability of the deployment, including updating container image tags, configuring security-related settings, implementing secure management of sensitive data, improving the reliability of the application deployment, and providing options to enable TLS (HTTPS) for the Nginx component. Expand for full summarySummary: The code changes in this pull request focus on updating the Helm chart for the DefectDojo application, with a particular emphasis on improving the security and reliability of the deployment. The key changes include:
These changes are generally positive from an application security perspective and demonstrate a focus on improving the security and reliability of the DefectDojo application deployment. While the code changes themselves do not introduce any obvious security concerns, it is essential to review the entire deployment configuration and the application's codebase to ensure there are no vulnerabilities that could be exploited. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
This tag is updated during the preparation of the helm chart.
This space will need to be adjusted accordingly as well. |
@corang We don't accept PRs against master. Please make this PR against the dev branch. |
Thank you @corang,
|
Having the tags combined keeps people from being able to use different versions of images. In my case I'm trying to use hardened containers from a government source that doesn't tag the nginx image in line with the django image so I can't deploy the chart with the hardened images.