-
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
kubescape report #7060
Comments
Do you have an example output file from that tool that you can share? It can be of something that isn't 'real' or feel free to anonymize the data in an example file. That's a crucial part of adding support for a tool in DefectDojo. Ideally, you could add the example file to this repo: https://github.com/DefectDojo/sample-scan-files or adding it to his issue works as well. |
sure! |
Saw the PR and just merged it. Thanks! @damiencarol @Maffooch Thoughts on this new parser? Sample file is here: https://github.com/DefectDojo/sample-scan-files/blob/master/kubescape.json |
Any update on this parser? We would love to have the results integrated in our dojo as well. |
Taking this one, should be fun as it's seems to be a meta format. |
Hi @damiencarol any update on this parser? |
bump - Hi @damiencarol any updates on this? Would be extremely helpful to have this. Thanks! |
Yeah, this would awesome to have! |
I am in a process of implementing the parser. Could you give me more info?
|
I felt free to implement this @damiencarol as there was no response since about a year. |
@teyhouse @Hoffi-Flex if you provide the mentioned information fast, we might get this PR in into the next release in February. |
kubescape.zip I guess you want to check for failedResources, which is 0 for all test-cases. I have also attached a Version with failures (failedResources":1), called results_with_failure.json. Thank you for taking this further. |
Thank you.
|
@manuel-sommer |
You can test the PR @teyhouse |
I will see if that is possible during the next couple of days since I am deploying on Kubernetes, I would need to build a new Image-Version with your PR. Maybe with a local Test-Instance, let me see once I get to it. |
Done |
This can be closed @mtesauro |
kubescape
Kubescape is a K8s open-source tool providing a Kubernetes single pane of glass, including risk analysis, security compliance, RBAC visualizer, and image vulnerability scanning. Kubescape scans K8s clusters, YAML files, and HELM charts, detecting misconfigurations according to multiple frameworks (such as the NSA-CISA, MITRE ATT&CK®), software vulnerabilities, and RBAC (role-based-access-control) violations at early stages of the CI/CD pipeline, calculates risk score instantly and shows risk trends over time.
Sample File
it support json and junit xml format file
The text was updated successfully, but these errors were encountered: