-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmod.pp
More file actions
21 lines (19 loc) · 792 Bytes
/
mod.pp
File metadata and controls
21 lines (19 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
mod "github_sherlock" {
# Hub metadata
title = "GitHub Sherlock"
description = "Interrogate your GitHub resources with the help of the world's greatest detectives: Powerpipe and Steampipe + Sherlock."
color = "#191717"
documentation = file("./docs/index.md")
icon = "/images/mods/turbot/github-sherlock.svg"
categories = ["best practices", "github", "sherlock", "software development"]
opengraph {
title = "Powerpipe Mod to Analyze GitHub"
description = "Interrogate your GitHub resources with the help of the world's greatest detectives: Powerpipe and Steampipe + Sherlock."
image = "/images/mods/turbot/github-sherlock-social-graphic.png"
}
require {
plugin "github" {
min_version = "0.29.0"
}
}
}