Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# newer versions go on top
- version: "1.2.10-next"
- version: "1.2.11"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kfirpeled

not sure what should this be?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the next is a placeholder for the next release, so we can pack mutilple PRs into a single release

changes:
- description: ""
- description: "Add CSPM/KSPM icons"
type: enhancement
link: ""
link: "https://github.com/elastic/integrations/pull/5199"
- version: "1.2.9"
changes:
- description: Add monitoring fetcher to the aws cspm hbs file
Expand Down

This file was deleted.

15 changes: 10 additions & 5 deletions packages/cloud_security_posture/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 2.3.0
name: cloud_security_posture
title: "Security Posture Management (CSPM/KSPM)"
version: "1.2.10-next"
version: "1.2.11"
source:
license: "Elastic-2.0"
description: "DO NOT USE MAIN TILE (WIP)"
Expand Down Expand Up @@ -39,8 +39,8 @@ screenshots:
size: 3160x1708
type: image/png
icons:
- src: /img/cis-kubernetes-benchmark-logo.svg
title: CIS Kubernetes Benchmark logo
- src: /img/logo_cloud_security_posture.svg
title: Cloud Security Posture logo
size: 32x32
type: image/svg+xml
vars:
Expand Down Expand Up @@ -68,8 +68,8 @@ policy_templates:
- kubernetes
- security
icons:
- src: /img/cis-kubernetes-benchmark-logo.svg
title: CIS Kubernetes Benchmark logo
- src: /img/logo_kspm.svg
title: KSPM logo
size: 32x32
type: image/svg+xml
screenshots:
Expand Down Expand Up @@ -97,6 +97,11 @@ policy_templates:
- azure
- google_cloud
multiple: false
icons:
- src: /img/logo_cspm.svg
title: CSPM logo
size: 32x32
type: image/svg+xml
data_streams:
- findings
inputs:
Expand Down