Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudgraphdev/cloudgraph-policy-packs
CloudGraph managed policy packs
https://github.com/cloudgraphdev/cloudgraph-policy-packs
Last synced: 3 months ago
JSON representation
CloudGraph managed policy packs
- Host: GitHub
- URL: https://github.com/cloudgraphdev/cloudgraph-policy-packs
- Owner: cloudgraphdev
- License: mpl-2.0
- Created: 2021-12-21T22:58:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T15:36:29.000Z (almost 2 years ago)
- Last Synced: 2024-07-17T03:49:04.776Z (7 months ago)
- Language: TypeScript
- Size: 4.95 MB
- Stars: 9
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Policy Packs
A package based on a set of rules or benchmarks used to guarantee compliance across the existing infrastructure of your cloud provider.
## Getting started
### Prerequisite
To start using Policy Packs with your infrastructure you have to install [Cloud Graph CLI](https://docs.cloudgraph.dev/quick-start) first.
### Execution
Install and execute policy packs is fast and simple. We follow the following convention for all our packages `@cloudgraph/policy-pack-[benchmark]`. We can start using policies just passing the name of the benchmark as it shows in the following example.
```bash
# Adding a policy pack will include it into the CG configuration file.
cg policy add aws-cis-1.2.0
cg policy add gcp-cis-1.2.0
cg policy add azure-cis-1.3.1# Perform a scan for the providers to evaluate. It will execute all the configured policies.
cg scan aws gcp azure
```## Available Policy Packs
| Benchmark |
| ---------------------------
| [CIS Amazon Web Services Foundations 1.2.0](https://www.npmjs.com/package/@cloudgraph/policy-pack-aws-cis-1.2.0) |
| [CIS Amazon Web Services Foundations 1.3.0](https://www.npmjs.com/package/@cloudgraph/policy-pack-aws-cis-1.3.0) |
| [CIS Amazon Web Services Foundations 1.4.0](https://www.npmjs.com/package/@cloudgraph/policy-pack-aws-cis-1.4.0) |
| [CIS Amazon Web Services Foundations 1.5.0](https://www.npmjs.com/package/@cloudgraph/policy-pack-aws-cis-1.5.0) |
| [AWS PCI Data Security Standard version 3.2.1](https://www.npmjs.com/package/@cloudgraph/policy-pack-aws-pci-dss-3.2.1) |
| [NIST 800-53 Rev. 4 for Amazon Web Services](https://www.npmjs.com/package/@cloudgraph/policy-pack-aws-nist-800-53-rev4) |
| [CIS Google Cloud Platform Foundations 1.2.0](https://www.npmjs.com/package/@cloudgraph/policy-pack-gcp-cis-1.2.0) |
| [CIS Google Cloud Platform Foundations 1.3.0](https://www.npmjs.com/package/@cloudgraph/policy-pack-gcp-cis-1.2.0) |
| [GCP PCI Data Security Standard version 3.2.1](https://www.npmjs.com/package/@cloudgraph/policy-pack-gcp-pci-dss-3.2.1) |
| [NIST 800-53 Rev. 4 for Google Cloud Services](https://www.npmjs.com/package/@cloudgraph/policy-pack-gcp-nist-800-53-rev4) |
| [CIS Microsoft Azure Foundations 1.3.1](https://www.npmjs.com/package/@cloudgraph/policy-pack-azure-cis-1.3.1) |
| [Azure PCI Data Security Standard version 3.2.1](https://www.npmjs.com/package/@cloudgraph/policy-pack-azure-pci-dss-3.2.1) |
| [NIST 800-53 Rev. 4 for Microsoft Azure Services](https://www.npmjs.com/package/@cloudgraph/policy-pack-azure-nist-800-53-rev4) |