Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# newer versions go on top
- version: "1.3.0-preview"
- version: "1.3.0-preview1"
changes:
- description: ""
type: enhancement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fetchers:
- name: aws-rds
config:
v1:
posture: {{posture}}
type: {{posture}}
deployment: {{deployment}}
benchmark: cis_aws
aws:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fetchers:
config:
v1:
posture: {{posture}}
type: {{posture}}
deployment: {{deployment}}
benchmark: cis_azure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config:
v1:
posture: {{posture}}
type: {{posture}}
deployment: {{deployment}}
benchmark: cis_eks
aws:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fetchers:
config:
v1:
posture: {{posture}}
type: {{posture}}
deployment: {{deployment}}
benchmark: cis_gcp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config:
v1:
posture: {{posture}}
type: {{posture}}
deployment: {{deployment}}
benchmark: cis_k8s

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
config:
v1:
type: {{posture}}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Will this work?

deployment: {{deployment}}
region: eu-west-1
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"
version: "1.3.0-preview"
version: "1.3.0-preview1"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand Down