-
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(bash-script): Drop all dc-
scripts
#11649
base: dev
Are you sure you want to change the base?
Conversation
DryRun Security SummaryThe pull request focuses on improving DefectDojo's deployment, testing, and documentation processes, with minor security considerations around input validation, container configuration, and testing practices, while not introducing any significant security vulnerabilities. Expand for full summarySummary: The provided code changes span multiple files and focus on various aspects of the DefectDojo project, including documentation updates, GitHub Actions workflows, and script modifications. From an application security perspective, the changes do not introduce any obvious security vulnerabilities, but there are a few areas that should be considered:
Overall, the changes in this pull request appear to be focused on improving the deployment, testing, and documentation of the DefectDojo project, which is a positive step from an application security perspective. However, it's important to continue to monitor the project's security posture and address any potential vulnerabilities that may arise. Files Changed:
Code AnalysisWe ran |
DryRun Security SummaryThe pull request focuses on improving DefectDojo's deployment, testing, and documentation through various file changes, with an emphasis on maintaining application security by addressing potential vulnerabilities in Docker configurations, input validation, testing practices, and documentation management. Expand for full summarySummary: The provided code changes span multiple files and focus on various aspects of the DefectDojo project, including documentation updates, GitHub Actions workflows, and script modifications. From an application security perspective, the changes do not introduce any obvious security vulnerabilities, but there are a few areas that should be considered:
Overall, the changes in this pull request appear to be focused on improving the deployment, testing, and documentation of the DefectDojo project, which is a positive step from an application security perspective. However, it's important to continue to monitor the project's security posture and address any potential vulnerabilities that may arise. Files Changed:
Code AnalysisWe ran |
Thanks for this PR - it was on my list of things to simplify in DefectDojo so it's as easy to use as is feasible and, like you noticed, not having MySQL & RabbitMQ support means those |
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.
Approved
Since DD does not support MySQL and RabbitMQ,
dc-
scripts do not have additional values (they existed to simplify usage of--profile
and--env-file
parameters). Now they are more limiting as they support only one additional parameters.As only one DB backed and one MB backed is used,
--no-deps
is no longer needed.Scripts for unittests and integration tests are still useful (from my perspective). But they have been renamed to decrease confusion as to why they are named that way.