12 lines
600 B
YAML
12 lines
600 B
YAML
# Variables used in secret scanning that are not product names
|
|
|
|
partner_alerts: 'secret scanning alerts for partners' # GitHub.com feature for public repos only
|
|
partner_alerts_caps: 'Secret scanning alerts for partners'
|
|
user_alerts: >-
|
|
{% ifversion fpt or ghec %}secret scanning alerts for users{% else %}secret scanning{% endif %}
|
|
user_alerts_caps: >-
|
|
{% ifversion fpt or ghec %}Secret scanning alerts for users{% else %}Secret scanning{% endif %}
|
|
alerts: 'secret scanning alerts'
|
|
alerts_caps: 'Secret scanning alerts'
|
|
custom-pattern-regular-expression-generator: 'regular expression generator'
|