Skip to content

Commit dd7ba85

Browse files
authored
update gh group to contextual-security (#15847)
1 parent 481dc9f commit dd7ba85

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-9
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@
175175
/packages/citrix_waf @elastic/integration-experience
176176
/packages/claroty_ctd @elastic/security-service-integrations
177177
/packages/claroty_xdome @elastic/security-service-integrations
178-
/packages/cloud_asset_inventory @elastic/cloud-security-posture
178+
/packages/cloud_asset_inventory @elastic/contextual-security
179179
/packages/cloud_defend @elastic/sec-linux-platform
180-
/packages/cloud_security_posture @elastic/cloud-security-posture
180+
/packages/cloud_security_posture @elastic/contextual-security
181181
/packages/cloudflare @elastic/security-service-integrations
182182
/packages/cloudflare_logpush @elastic/security-service-integrations
183183
/packages/cockroachdb @elastic/obs-infraobs-integrations

catalog-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
access_level: MANAGE_BUILD_AND_READ
6666
observablt-ci:
6767
access_level: MANAGE_BUILD_AND_READ
68-
cloud-security-posture:
68+
contextual-security:
6969
access_level: BUILD_AND_READ
7070
customer-architects:
7171
access_level: BUILD_AND_READ

packages/cloud_asset_inventory/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
# 1.1.x - 9.2.x
55
# 1.0.x - 9.1.x
66
# 0.1.x - 8.15.x
7+
- version: "1.2.3"
8+
changes:
9+
- description: Update integration's team ownership
10+
type: enhancement
11+
link: https://github.com/elastic/integrations/pull/15847
712
- version: "1.2.2"
813
changes:
914
- description: Update the Cloud Asset Discovery documentation.

packages/cloud_asset_inventory/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_asset_inventory
33
title: "Cloud Asset Discovery"
4-
version: "1.2.2"
4+
version: "1.2.3"
55
source:
66
license: "Elastic-2.0"
77
description: "Discover and Create Cloud Assets Discovery"
@@ -36,7 +36,7 @@ policy_templates:
3636
is_default: true
3737
organization: security
3838
division: engineering
39-
team: cloud-security-posture
39+
team: contextual-security
4040
multiple: true
4141
icons:
4242
- src: /img/logo_cloud_security_posture.svg
@@ -116,5 +116,5 @@ policy_templates:
116116
- security
117117
- cloud
118118
owner:
119-
github: elastic/cloud-security-posture
119+
github: elastic/contextual-security
120120
type: elastic

packages/cloud_security_posture/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
# 1.4.x - 8.9.x
1717
# 1.3.x - 8.8.x
1818
# 1.2.x - 8.7.x
19+
- version: "3.1.2"
20+
changes:
21+
- description: Update integration's team ownership.
22+
type: enhancement
23+
link: https://github.com/elastic/integrations/pull/15847
1924
- version: "3.1.1"
2025
changes:
2126
- description: Update transform to filter out documents containing an error message from latest vulnerability and misconfiguration indexes.

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: "3.1.1"
4+
version: "3.1.2"
55
source:
66
license: "Elastic-2.0"
77
description: "Identify & remediate configuration risks in your Cloud infrastructure"
@@ -114,7 +114,7 @@ policy_templates:
114114
is_default: true
115115
organization: security
116116
division: engineering
117-
team: cloud-security-posture
117+
team: contextual-security
118118
inputs:
119119
- type: cloudbeat/cis_aws
120120
title: Amazon Web Services
@@ -220,5 +220,5 @@ policy_templates:
220220
description: Template URL to Cloud Formation Quick Create Stack
221221
default: https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://elastic-cspm-cft.s3.eu-central-1.amazonaws.com/cloudformation-cnvm-9.2.0.yml&stackName=Elastic-Vulnerability-Management&param_EnrollmentToken=FLEET_ENROLLMENT_TOKEN&param_FleetUrl=FLEET_URL&param_ElasticAgentVersion=KIBANA_VERSION&param_ElasticArtifactServer=https://artifacts.elastic.co/downloads/beats/elastic-agent
222222
owner:
223-
github: elastic/cloud-security-posture
223+
github: elastic/contextual-security
224224
type: elastic

0 commit comments

Comments
 (0)