-
Notifications
You must be signed in to change notification settings - Fork 10
/
mod.pp
21 lines (19 loc) · 931 Bytes
/
mod.pp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
mod "gcp_compliance" {
# Hub metadata
title = "GCP Compliance"
description = "Run individual configuration, compliance and security controls or full compliance benchmarks for CIS, Forseti Security and CFT Scorecard across all your GCP projects using Powerpipe and Steampipe."
color = "#ea4335"
documentation = file("./docs/index.md")
icon = "/images/mods/turbot/gcp-compliance.svg"
categories = ["cis", "compliance", "gcp", "public cloud", "security"]
opengraph {
title = "Powerpipe Mod for GCP Compliance"
description = "Run individual configuration, compliance and security controls or full compliance benchmarks for CIS, Forseti Security and CFT Scorecard across all your GCP projects using Powerpipe and Steampipe."
image = "/images/mods/turbot/gcp-compliance-social-graphic.png"
}
require {
plugin "gcp" {
min_version = "0.49.0"
}
}
}