-
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
fix(docker compose): Use 'docker compose' everywhere #10916
Conversation
DryRun Security SummaryThe pull request covers a wide range of updates to the DefectDojo application, including improvements to the documentation, deployment scripts, and test suite, all aimed at ensuring secure configurations, maintaining compatibility with updated dependencies, and improving the overall security posture of the application. Expand for full summarySummary: The changes in this pull request cover a wide range of updates to the DefectDojo application, including improvements to the documentation, deployment scripts, and test suite. From an application security perspective, the key changes are focused on ensuring secure configurations, maintaining compatibility with updated dependencies, and improving the overall security posture of the application. The documentation updates cover topics such as LDAP authentication, JIRA integration, deduplication, and the Docker-based deployment process. These changes aim to provide clear and comprehensive guidance to users on how to securely configure and use the various features of the DefectDojo application. The updates to the deployment scripts, including the migration from The changes to the test suite, including the addition of comprehensive integration tests, are also noteworthy from a security perspective. Thorough testing helps identify and address potential security vulnerabilities, ensuring the overall security and reliability of the DefectDojo application. Files Changed:
Overall, the changes in this pull request appear to be focused on improving the security, stability, and usability of the DefectDojo application, which is a positive contribution to the project. Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
fe08307
to
a5bfd5a
Compare
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
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.
Some of these need to be reverted because they modify comments referring to both the new docker compose
syntax and the old docker-compose
syntax explicitly, and they no longer make sense with the -
removed. We could alternatively remove all of these comments, but I don't think there's much benefit to this.
Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
As
docker compose
is part ofdocker
and it is unnecessary to usedocker-compose
, it should be addressed correctly everywhere.