feat: separate nginx and django image tags#11054
feat: separate nginx and django image tags#11054corang wants to merge 3 commits intoDefectDojo:devfrom
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,
|
|
It looks like there has not been any activity here for a while. In order to keep the list of pull requests in a manageable state, we are closing this one for now. If we are making a mistake here, please reopen the pull request, and leave us a note 😄 |
|
JFYI, this issue is addressed in #13370. From now on, different images/tags can be used |
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.