Skip to content

Commit 1bf041f

Browse files
authored
cspm: fix nightly for pre-release (#13437)
1 parent 6613685 commit 1bf041f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

packages/cloud_security_posture/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# 1.4.x - 8.9.x
1414
# 1.3.x - 8.8.x
1515
# 1.2.x - 8.7.x
16+
- version: "1.14.0-preview02"
17+
changes:
18+
- description: Revert bumping branch references on arm templates and gcp cloud shell
19+
type: enhancement
20+
link: https://github.com/elastic/integrations/pull/13437
1621
- version: "1.14.0-preview01"
1722
changes:
1823
- description: Bump up pre-release version

packages/cloud_security_posture/manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: cloud_security_posture
33
title: "Security Posture Management"
4-
version: "1.14.0-preview01"
4+
version: "1.14.0-preview02"
55
source:
66
license: "Elastic-2.0"
77
description: "Identify & remediate configuration risks in your Cloud infrastructure"
@@ -155,7 +155,7 @@ policy_templates:
155155
required: true
156156
show_user: false
157157
description: A URL to CloudShell for creating a new deployment
158-
default: https://shell.cloud.google.com/cloudshell/?ephemeral=true&cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Felastic%2Fcloudbeat&cloudshell_git_branch=8.19&cloudshell_workspace=deploy%2Fdeployment-manager&show=terminal
158+
default: https://shell.cloud.google.com/cloudshell/?ephemeral=true&cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Felastic%2Fcloudbeat&cloudshell_git_branch=8.18&cloudshell_workspace=deploy%2Fdeployment-manager&show=terminal
159159
- type: cloudbeat/cis_azure
160160
title: Azure
161161
description: CIS Benchmark for Microsoft Azure Foundations
@@ -168,7 +168,7 @@ policy_templates:
168168
show_user: false
169169
description: A URL to the ARM Template for creating a new deployment
170170
# ACCOUNT_TYPE value should be either "single-account" or "organization-account"
171-
default: https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Felastic%2Fcloudbeat%2F8.19%2Fdeploy%2Fazure%2FARM-for-ACCOUNT_TYPE.json
171+
default: https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Felastic%2Fcloudbeat%2F8.18%2Fdeploy%2Fazure%2FARM-for-ACCOUNT_TYPE.json
172172
- name: vuln_mgmt
173173
title: Cloud Native Vulnerability Management (CNVM)
174174
description: Scan for cloud workload vulnerabilities

0 commit comments

Comments
 (0)