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

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.10-beta2"
changes:
- description: Add GCP/Azure streams
type: bugfix
link: https://github.com/elastic/integrations/pull/5267
- version: "1.2.10-beta1"
changes:
- description: Add CSPM/KSPM icons
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fetchers:
config:
v1:
posture: {{posture}}
deployment: {{deployment}}
benchmark: cis_azure
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fetchers:
config:
v1:
posture: {{posture}}
deployment: {{deployment}}
benchmark: cis_gcp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ streams:
- input: cloudbeat/cis_gcp
title: CIS GCP Benchmark
description: CIS Benchmark for Google Cloud Platform Foundation
template_path: gcp.yml.hbs
- input: cloudbeat/cis_azure
title: CIS Azure Benchmark
description: CIS Benchmark for Microsoft Azure Foundations
template_path: azure.yml.hbs
2 changes: 1 addition & 1 deletion 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-beta1"
version: "1.2.10-beta2"
source:
license: "Elastic-2.0"
description: "DO NOT USE MAIN TILE (WIP)"
Expand Down