Add vulnerability management integration - #5266
Conversation
|
Hi @amirbenun, Here's the icon for vulnerability management in case you want to include it in your PR SVG <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32">
<path fill="#00BFB3" fill-rule="evenodd" d="M11.05 2.086 6.808 6.329 16 15.52l9.192-9.192-4.242-4.243L16 7.036l-4.95-4.95Z" clip-rule="evenodd"/>
<path fill="#FA744E" d="M4.686 19.764a8 8 0 0 1 0-11.314L16 19.764v11.313L4.686 19.763Z"/>
<path fill="#343741" d="M27.314 8.45a8 8 0 0 1 0 11.314L16 31.077V19.763L27.314 8.45Z"/>
</svg>File (to add to Suggested changes to add to manifest.yaml icons:
- src: /img/logo_vuln_mgnt.svg
title: Vulnerability Management logo
size: 32x32
type: image/svg+xml |
🌐 Coverage report
|
| processors: | ||
| - set: | ||
| field: ecs.version | ||
| value: '8.6.0' |
There was a problem hiding this comment.
shouldn't it be the same version as the ELK version?
There was a problem hiding this comment.
Honestly, I copied it from the findings data-stream. @kfirpeled what is the reason it points to 8.6?
There was a problem hiding this comment.
Because that is the ECS version we support, it is defined here: https://github.com/elastic/integrations/blob/main/packages/cloud_security_posture/_dev/build/build.yml
bb11a46 to
45d4158
Compare
| type: date | ||
| description: The commit time of the Cloudbeat. | ||
| default_field: false | ||
| - name: kubernetes.version |
There was a problem hiding this comment.
removed from the wrong place?
| title: Vulnerability Management | ||
| description: Scan for cloud resources vulnerabilities | ||
| categories: | ||
| - Vulnerability Management |
There was a problem hiding this comment.
| - Vulnerability Management | |
| - vulnerability_management |
It looks like Credential Management is credential_management here (for reference categories.yml)
There was a problem hiding this comment.
Should work based on the latest version of the package-registry
|
Hey @mrodm the CI fails on the new |
Checking the A new release v0.75.0 has been created, once this version is updated in the integrations repository that category could be added in the packages. |
|
Package cloud_security_posture - 1.3.0-preview4 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
|
Package cloud_security_posture - 1.3.0-preview5 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
|
Package cloud_security_posture - 1.3.0-preview6 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
|
Package cloud_security_posture - 1.3.0-preview7 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
|
Package cloud_security_posture - 1.3.0-preview8 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
|
Package cloud_security_posture - 1.3.0-preview9 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
|
Package cloud_security_posture - 1.3.0-preview10 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
|
Package cloud_security_posture - 1.3.0-preview91 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
|
Package cloud_security_posture - 1.3.0 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
|
Package cloud_security_posture - 1.3.1 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |

What does this PR do?
Add a new cloud security policy template for vulnerability management that will form as a new integration
Resolves #5328
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots