Loading request...
The user requests support for detecting SonarQube Access Tokens, which follow the structure `sq[uap]_[a-f0-9]{40}`. This would expand TruffleHog's coverage for key detection.
## Description Add support for detecting SonarQube Access Tokens ### Preferred Solution Suggested Regex: ``` sq[uap]_[a-f0-9]{40} ``` ### Additional Context SonarQube Access Tokens have the structure: `sq[uap]_[a-f0-9]{40}`.Adding this will expand TruffleHog's coverage for key detection, improving security auditing for users leveraging SonarQube code quality services. #### References None currently.