Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# :warning: DEPRECATED

The GitHub Sherlock Mod has been deprecated and all the existing controls have been migrated to the GitHub Insight Mod. Please use the [GitHub Insights Mod](https://hub.steampipe.io/mods/turbot/github_insights) instead.

---

# GitHub Sherlock Mod for Steampipe

Interrogate your GitHub resources with the help of the World's greatest
Expand Down
1 change: 1 addition & 0 deletions controls/issue.sp
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ control "issue_older_30_days" {
r.is_fork = ${local.include_forks} and i.state = 'OPEN'
EOT
}

6 changes: 5 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
repository: "https://github.com/turbot/steampipe-mod-github-sherlock"
---

# GitHub Sherlock Mod
# GitHub Sherlock Mod [DEPRECATED]

The GitHub Sherlock Mod has been deprecated and all the existing controls have been migrated to the GitHub Insight Mod. Please use the [GitHub Insights Mod](https://hub.steampipe.io/mods/turbot/github_insights) instead.

---

Interrogate your GitHub resources with the help of the world's greatest detectives: Steampipe + Sherlock.

Expand Down