Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 4 additions & 1 deletion packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
# 1.4.x - 8.9.x
# 1.3.x - 8.8.x
# 1.2.x - 8.7.x
- version: "1.6.0-preview12"
- version: "1.6.0-preview13"
changes:
- description: Add support for Azure benchmark
type: enhancement
link: https://github.com/elastic/integrations/pull/7892
- description: Add support for GCP organizations
type: enhancement
link: https://github.com/elastic/integrations/pull/7403
Expand Down
12 changes: 11 additions & 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"
version: "1.6.0-preview12"
version: "1.6.0-preview13"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand Down Expand Up @@ -129,6 +129,16 @@ policy_templates:
- type: cloudbeat/cis_azure
title: Azure
description: CIS Benchmark for Microsoft Azure Foundations
vars:
- name: arm_template_url
type: text
title: ARM Template URL
multi: false
required: true
show_user: false
description: A URL to the ARM Template for creating a new deployment
# TODO: Update main to 8.11 when ready
default: https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Felastic%2Fcloudbeat%2Fmain%2Fdeploy%2Fazure%2FazureARMTemplate.json
- name: vuln_mgmt
title: Cloud Native Vulnerability Management (CNVM)
description: Scan for cloud workload vulnerabilities
Expand Down