Skip to content

Commit e99df30

Browse files
tinnytintin10olegsu
authored andcommitted
remove the drop down section for iam policy
1 parent 8680385 commit e99df30

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

packages/cloud_security_posture/docs/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,8 @@ make sure to grant the following permissions:
158158
* `elasticloadbalancing:DescribeInstanceHealth`
159159
* `ecr:GetRepositoryPolicy`
160160

161-
<details>
162-
<summary>IAM Policy JSON object</summary>
163161

164-
```js
162+
JSON object of an IAM Policy with the permissions above:
165163

166164
{
167165
"Version": "2012-10-17",
@@ -194,10 +192,6 @@ make sure to grant the following permissions:
194192
]
195193
}
196194

197-
```
198-
199-
</details>
200-
201195

202196
## Leader election
203197

packages/cloud_security_posture/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: cloud_security_posture
33
title: "Kubernetes Security Posture Management"
4-
version: 1.0.2
4+
version: 1.0.3
55
release: ga
66
license: basic
77
description: "Check Kubernetes cluster compliance with the Kubernetes CIS benchmark."

0 commit comments

Comments
 (0)