Skip to main content

GitGuardian Public Monitoring API Key

Description

General

  • Documentation: https://enterprise.gitguardian.com/docs
  • Summary: This is the key used to authenticate requests to GitGuardian Public GitHub Monitoring API. It allows developers to programmatically access incidents.
  • IPs allowlist: This feature is not currently available.
  • Scopes: There are currently three scopes, see the key generation form.

Revoke the secret

GitGuardian keys can be revoked from the dashboard.

Check for suspicious activity

This feature is not currently available.

Details for Gitguardian gpm api key

  • Family: Api

  • Category: Monitoring

  • Company: GitGuardian

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 0.05

  • Prefixed: False

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- '[4-6]{1}[a-f0-9]{31}[b-e]{1}'

Examples

- text: |
response = requests.get("https://enterprise.gitguardian.com/api/v1/is_alive", headers={"Authorization": "Token 40dF9C14a456502E293DBBA5a6ACCC8c655486Eb7c75e5D88EBd8Ee14A64EEdaeED49aB"})
apikey: 40dF9C14a456502E293DBBA5a6ACCC8c655486Eb7c75e5D88EBd8Ee14A64EEdaeED49aB

How can I help you ?