Skip to content
Open
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
15 changes: 15 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,21 @@ signatures:
- part: 'contents'
regex: '(?i)github(.{0,20})?(?-i)[''\"][0-9a-zA-Z]{35,40}[''\"]'
name: 'Github Key'
- part: 'contents'
regex: 'ghp_[A-Za-z0-9_]{35,255}'
name: 'GitHub Personal Access Token'
- part: 'contents'
regex: 'gho_[A-Za-z0-9_]{35,255}'
name: 'GitHub OAuth Access Token'
- part: 'contents'
regex: 'ghu_[A-Za-z0-9_]{35,255}'
name: 'GitHub App user-to-server token'
- part: 'contents'
regex: 'ghs_[A-Za-z0-9_]{35,255}'
name: 'GitHub App server-to-server token'
- part: 'contents'
regex: 'ghr_[A-Za-z0-9_]{35,255}'
name: 'GitHub App refresh token'
- part: 'contents'
regex: '(?i)heroku(.{0,20})?[''"][0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}[''"]'
name: 'Heroku API key'
Expand Down