{ "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" ] }