-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Sysdig parser: Add new CSV and JSON formats #12022
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
Conversation
40d5797
to
c3ac263
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
DryRun Security SummaryA review of Sysdig vulnerability parser patches revealed potential security concerns including input validation issues, information exposure risks, and error handling vulnerabilities across multiple files. Expand for full summarySummary: Multiple patches related to Sysdig vulnerability parsers and documentation were reviewed, introducing new parsing capabilities for Sysdig CLI and Reports vulnerability scanners across various files. Security Findings:
No hardcoded credentials or tokens were detected across the reviewed patches. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
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
Description
Add support for reports created by the Sysdig CLI Scanner.
Fixes #11843
Test results
Added unit tests.
Documentation
Added docs page.