1111
1212CloudGraph 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
211211And 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
215214cg policy add gcp-cis-1.2.0
216215cg 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
219221You can find a list of currently supported policy packs in the [ Policy Packs repo] ( https://github.com/cloudgraphdev/cloudgraph-policy-packs )
@@ -1444,7 +1446,7 @@ EXAMPLES
14441446 $ cg init aws -r [Specify resources to crawl]
14451447```
14461448
1447- _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta .1/src/commands/init.ts ) _
1449+ _ See code: [ src/commands/init.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha .1/src/commands/init.ts ) _
14481450
14491451## ` cg launch [PROVIDER] `
14501452
@@ -1476,7 +1478,7 @@ EXAMPLES
14761478 $ cg launch
14771479```
14781480
1479- _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta .1/src/commands/launch.ts ) _
1481+ _ See code: [ src/commands/launch.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha .1/src/commands/launch.ts ) _
14801482
14811483## ` cg load [PROVIDER] `
14821484
@@ -1510,7 +1512,7 @@ EXAMPLES
15101512 $ cg load aws [Load data for AWS]
15111513```
15121514
1513- _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta .1/src/commands/load.ts ) _
1515+ _ See code: [ src/commands/load.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha .1/src/commands/load.ts ) _
15141516
15151517## ` cg policy [PROVIDER] `
15161518
@@ -1539,7 +1541,7 @@ DESCRIPTION
15391541 Commands to manage policy pack modules, run $ cg policy for more info.
15401542```
15411543
1542- _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta .1/src/commands/policy/index.ts ) _
1544+ _ See code: [ src/commands/policy/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha .1/src/commands/policy/index.ts ) _
15431545
15441546## ` cg policy add [PROVIDER] `
15451547
@@ -1752,7 +1754,7 @@ DESCRIPTION
17521754 Commands to manage provider modules, run $ cg provider for more info.
17531755```
17541756
1755- _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta .1/src/commands/provider/index.ts ) _
1757+ _ See code: [ src/commands/provider/index.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha .1/src/commands/provider/index.ts ) _
17561758
17571759## ` cg provider add [PROVIDER] `
17581760
@@ -1974,7 +1976,7 @@ EXAMPLES
19741976 $ cg scan aws --no-serve [Do not start the query engine]
19751977```
19761978
1977- _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta .1/src/commands/scan.ts ) _
1979+ _ See code: [ src/commands/scan.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha .1/src/commands/scan.ts ) _
19781980
19791981## ` cg serve [PROVIDER] `
19801982
@@ -2006,7 +2008,7 @@ EXAMPLES
20062008 $ cg serve
20072009```
20082010
2009- _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta .1/src/commands/serve.ts ) _
2011+ _ See code: [ src/commands/serve.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha .1/src/commands/serve.ts ) _
20102012
20112013## ` cg teardown [PROVIDER] `
20122014
@@ -2028,7 +2030,7 @@ EXAMPLES
20282030 $ cg teardown --delete-image
20292031```
20302032
2031- _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta .1/src/commands/teardown.ts ) _
2033+ _ See code: [ src/commands/teardown.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha .1/src/commands/teardown.ts ) _
20322034
20332035## ` cg update [PROVIDER] `
20342036
@@ -2064,5 +2066,5 @@ EXAMPLES
20642066 $ cg update
20652067```
20662068
2067- _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.21.4-beta .1/src/commands/update.ts ) _
2069+ _ See code: [ src/commands/update.ts] ( https://github.com/cloudgraphdev/cli/blob/v0.22.0-alpha .1/src/commands/update.ts ) _
20682070<!-- commandsstop -->
0 commit comments