-
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(k8s-test): Try login and obtain API token #10496
Conversation
Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.
Note 🟢 Risk threshold not exceeded. Change Summary (click to expand)The following is a summary of changes in this pull request made by me, your security buddy 🤖. Note that this summary is auto-generated and not meant to be a definitive list of security issues but rather a helpful summary from a security perspective. Summary: The provided code changes focus on improving the administration and deployment of the Defect Dojo application, with a specific emphasis on the Engagement Surveys feature and the Kubernetes deployment process. The changes in the The changes in the Files Changed:
Powered by DryRun Security |
5275f54
to
42a7617
Compare
d7c1873
to
7baf72f
Compare
7baf72f
to
a6568ab
Compare
DryRun Security SummaryThe changes in this pull request focus on enhancing the GitHub Actions workflow for deploying the DefectDojo application on a Kubernetes cluster, introducing several important security checks and validations to ensure the successful deployment and proper functioning of the application. Expand for full summarySummary: The changes in this pull request are focused on enhancing the GitHub Actions workflow for deploying the DefectDojo application on a Kubernetes cluster. From an application security perspective, these changes introduce several important checks and validations to ensure the successful deployment and proper functioning of the application. The key security-related aspects of the changes include:
Overall, these changes demonstrate a security-conscious approach to the application's deployment and operation, which is essential for maintaining the security and integrity of the DefectDojo application. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
a6568ab
to
fda4ab8
Compare
d0ad114
to
018c4e8
Compare
018c4e8
to
3e242d3
Compare
3e242d3
to
4212f2d
Compare
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 😄 |
Simple "give me login page" is not enough. It should be possible to log in to the working application.
This PR add test for:
Added based on #10490