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: "0.0.23"
changes:
- description: Fix rule id typo
type: bugfix
link: https://github.com/elastic/integrations/pull/3912
- version: "0.0.22"
changes:
- description: Adjust findings data-stream mappings to fit ECS conventions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"enabled": true,
"muted": false,
"metadata": {
"id": "dc91f4c4-4f0e-59ba-a0e1-96e996736787,",
"id": "dc91f4c4-4f0e-59ba-a0e1-96e996736787",
"name": "Ensure that the --tls-cert-file and --tls-private-key-file arguments are set as appropriate (Manual)",
"profile_applicability": "* Level 1 - Worker Node\n",
"description": "Setup TLS connection on the Kubelets.\n",
Expand Down
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: 1.0.0
name: cloud_security_posture
title: "Kubernetes Security Posture Management"
version: 0.0.22
version: 0.0.23
license: basic
description: "Check Kubernetes cluster compliance with the Kubernetes CIS benchmark."
type: integration
Expand Down