Skip to main content

GitGuardian Test Token Checked

Description

General

  • Documentation: None
  • Summary: This detector is intended to be used in tests regarding GitGuardian's secret detection engine. It is especially useful to test the behavior of checkers. The format of the token caught is ggtt-(v|i)-[a-z0-9]{10}. If the token starts with ggtt-v it will be checked with status valid. If it starts with ggtt-i it will be checked with status invalid.
  • IPs allowlist:
  • Scopes: Not relevant for this token.

Revoke the secret

Not relevant for this token.

Check for suspicious activity

Not relevant for this token.

Details for Gitguardian test token checked

  • Family: Api

  • Category: Internal

  • Company: GitGuardian

  • High recall: True

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 0.23

  • Prefixed: True

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- ggtt-[vif]-[a-z0-9]{10}

Examples

- text: ggtt-v-7faxcu9ak6
apikey: ggtt-v-7faxcu9ak6
- text: ggtt-i-7faxcu9ak6
apikey: ggtt-i-7faxcu9ak6
- text: ggtt-f-7faxcu9ak6
apikey: ggtt-f-7faxcu9ak6

How can I help you ?