Skip to content

Commit b6e86af

Browse files
committed
chore: one line README change
1 parent e2580af commit b6e86af

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
CloudGraph is the free open-source universal **GraphQL API and Cloud Security Posture Management (CSPM) tool for AWS, Azure, GCP, and K8s**. With CloudGraph you get:
1313

14-
- Free and effortless _compliance checks_ (i.e. CIS 1.2)
14+
- Free and effortless _compliance checks_ (i.e. Azure CIS 1.3.1, GCP CIS 1.2, AWS CIS 1.2, AWS CIS 1.3, AWS CIS 1.4, AWS PCI 3.2.1, AWS NIST 800-53 Rev. 4)
1515
- _Type-Safe asset inventories_ for all of your resources in all of your cloud environments
1616
- Automatically generated documentation and query validation - know if your query is valid before you send it!
1717
- Full resource data including _relationships_ between resources so you can understand context
@@ -211,9 +211,11 @@ cg init aws azure gcp k8s
211211
And add in compliance policy packs to supplement your data with instant security insights:
212212

213213
```bash
214-
cg policy add aws-cis-1.2.0
215214
cg policy add gcp-cis-1.2.0
216215
cg policy add azure-cis-1.3.1
216+
cg policy add aws-cis-1.2.0
217+
cg policy add aws-pci-dss-3.2.1
218+
cg policy add aws-nist-800-53-rev4
217219
```
218220

219221
You can find a list of currently supported policy packs in the [Policy Packs repo](https://github.com/cloudgraphdev/cloudgraph-policy-packs)

0 commit comments

Comments
 (0)