- kind: regex
pattern: '\b(CCIPAT_[a-zA-Z0-9]{22}_[a-fA-F0-9]{40})\b'
category: auth_token
label: circleci_token_v2
- kind: regex
pattern: '(?i)(?:circle[_-]?(?:ci|token)|circleci)[\s:="'']+([a-fA-F0-9]{40})\b'
category: auth_token
label: circleci_token_v1
- kind: allow
values:
- "circleci"
- "circleci.com"
- "circle-ci"
- ".circleci"
- ".circleci/config.yml"
- "true"
- "false"
- "yes"
- "no"
- "null"
- "none"
- "nil"
- "0"
- "1"
- "localhost"
- "127.0.0.1"
- "0.0.0.0"
- "::1"
- "changeme"
- "example"
- "sample"
- "placeholder"
- "${*}"
- "{{*}}"
- "<<*>>"
- "example.com"
- "example.org"