forked from turbot/steampipe-mod-aws-compliance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.sp
15 lines (14 loc) · 949 Bytes
/
mod.sp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod "aws_compliance" {
# hub metadata
title = "AWS Compliance"
description = "Run individual configuration, compliance and security controls or full compliance benchmarks for CIS, PCI, NIST, HIPAA, RBI CSF, GDPR and AWS Foundational Security Best Practices controls across all your AWS accounts using Steampipe."
color = "#FF9900"
documentation = file("./docs/index.md")
icon = "/images/mods/turbot/aws-compliance.svg"
categories = ["aws", "cis", "compliance", "pci dss", "public cloud", "security"]
opengraph {
title = "Steampipe Mod for AWS Compliance"
description = "Run individual configuration, compliance and security controls or full compliance benchmarks for CIS, PCI, NIST, HIPAA, RBI CSF, GDPR and AWS Foundational Security Best Practices controls across all your AWS accounts using Steampipe."
image = "/images/mods/turbot/aws-compliance-social-graphic.png"
}
}