Loading request...
The user requests support for detecting 1Password Service Account Tokens, which follow the structure `ops_eyJ[A-Za-z0-9+/=._-]{50,}`. This would expand TruffleHog's coverage for key detection.
## Description Add support for detecting 1Password Service Account Tokens ### Preferred Solution Suggested Regex: ``` ops_eyJ[A-Za-z0-9+/=._-]{50,} ``` ### Additional Context 1Password Service Account Tokens have the structure: `ops_eyJ` followed by 50 or more base64-style characters. Adding this will expand TruffleHog's coverage for key detection, improving security auditing for users leveraging 1Password infrastructure secrets management. #### References None currently.