Files
git.stella-ops.org/offline/rules/secrets/sources/github-app-token.json
StellaOps Bot 3098e84de4 save progress
2026-01-04 14:54:52 +02:00

18 lines
670 B
JSON

{
"id": "stellaops.secrets.github-app-token",
"version": "1.0.0",
"name": "GitHub App Installation Token",
"description": "Detects GitHub App installation access tokens",
"type": "regex",
"pattern": "ghs_[A-Za-z0-9_]{36,255}",
"severity": "high",
"confidence": "high",
"keywords": ["ghs_", "github", "app"],
"filePatterns": ["*.yml", "*.yaml", "*.json", "*.env", "*.properties", "*.sh", "*.bash"],
"enabled": true,
"tags": ["github", "vcs", "credentials", "token", "app"],
"references": [
"https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/generating-an-installation-access-token-for-a-github-app"
]
}