-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.pp
16 lines (15 loc) · 916 Bytes
/
mod.pp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod "github_audit_log_detections" {
# hub metadata
title = "GitHub Audit Log Detections"
description = "Run detections and view dashboards for your GitHub audit logs to monitor and analyze activity across your GitHub organizations and repositories using Powerpipe and Tailpipe."
color = "#191717"
documentation = file("./docs/index.md")
icon = "/images/mods/turbot/github-audit-log-detections.svg"
categories = ["dashboard", "detections", "github", "software development"]
database = var.database
opengraph {
title = "Powerpipe Mod for GitHub Audit Log Detections"
description = "Run detections and view dashboards for your GitHub audit logs to monitor and analyze activity across your GitHub organizations and repositories using Powerpipe and Tailpipe."
image = "/images/mods/turbot/github-audit-log-detections-social-graphic.png"
}
}