-
Notifications
You must be signed in to change notification settings - Fork 475
[sysdig] Add support for cspm datastream #14907
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
base: main
Are you sure you want to change the base?
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
|
|
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.
nit only, otherwise LGTM
@@ -1,4 +1,9 @@ | |||
# newer versions go on top | |||
- version: "2.1.0" | |||
changes: | |||
- description: Add support for cspm datastream. |
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.
- description: Add support for cspm datastream. | |
- description: Add support for CSPM data stream. |
} | ||
// Apply the conversion | ||
ctx.sysdig = ctx.sysdig ?: [:]; | ||
if (ctx.json != null) { |
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.
Can we not put this in an if: ctx.json != null
instead of doing it here?
Proposed commit message
Note
The dashboard will be added once the vulnerability PR is merged.
Checklist
changelog.yml
file.How to test this PR locally
Related issues