- kind: regex
pattern: '"auths"\s*:\s*\{[^}]*"auth"\s*:\s*"([A-Za-z0-9+/=]{8,})"'
category: auth_token
label: docker_auth_config
- kind: regex
pattern: '(?i)(?:docker[_-]?(?:password|pass|token|hub[_-]?token))[\s:="'']+([^\s"'']{8,})'
category: custom:password
label: docker_registry_password
- kind: regex
pattern: '(?m)^\s*-\s+([A-Z_]*(?:PASSWORD|SECRET|TOKEN|API_KEY|PRIVATE_KEY|ACCESS_KEY|AUTH)[A-Z_]*)=(\S+)'
category: auth_token
label: compose_list_env_credential
- kind: allow
values:
- "docker"
- "docker.io"
- "hub.docker.com"
- "index.docker.io"
- "registry-1.docker.io"
- "gcr.io"
- "ghcr.io"
- "quay.io"
- "docker.elastic.co"
- "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"