save progress
This commit is contained in:
17
offline/rules/secrets/sources/github-app-token.json
Normal file
17
offline/rules/secrets/sources/github-app-token.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user