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