-
Notifications
You must be signed in to change notification settings - Fork 73
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(charts): add pod level annotations and customizable command #9973
Conversation
Signed-off-by: Amro Misbah <[email protected]>
Signed-off-by: Amro Misbah <[email protected]>
DryRun Security SummaryThe provided code changes cover a wide range of updates to the Janssen project's Helm charts, focusing on adding flexibility and customization options, which require careful review and consideration from an application security perspective, particularly regarding custom commands and scripts, sensitive information handling, Istio integration, resource constraints and healthchecks, and logging and monitoring. Expand for full summarySummary: The provided code changes cover a wide range of updates to the Janssen project's Helm charts, with a focus on adding flexibility and customization options. While these changes generally do not introduce any obvious security vulnerabilities, there are several areas that require careful review and consideration from an application security perspective:
Overall, the changes appear to be focused on enhancing the flexibility and customization of the Janssen project's deployment, which can be a positive development. However, it's crucial to thoroughly review the implementation and usage of these new features to maintain the overall security and integrity of the application. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
@misba7 i couldn't find |
Signed-off-by: Amro Misbah <[email protected]>
* feat(charts): add pod-level annotation and customized command Signed-off-by: Amro Misbah <[email protected]> * docs(charts): generate helm-docs Signed-off-by: Amro Misbah <[email protected]> * feat(kc-scheduler): add custom command Signed-off-by: Amro Misbah <[email protected]> --------- Signed-off-by: Amro Misbah <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]> Former-commit-id: 12b1ca4
closes #9948