Skip to main content

Codacy API Credentials

Description

General

  • Documentation: https://docs.codacy.com/codacy-api/using-the-codacy-api/

  • Summary: Codacy checks code quality and keeps track of technical debt for more than 30 programming languages. Seamlessly integrated within the project's development workflow. This detector aims at catching tokens that are tied to a given user account or project.

  • IPs allowlist: As of the time of writing this documentation, this feature is not yet supported.

  • Scopes: As of the time of writing this documentation, this feature is not yet supported.

Revoke the secret

See the project API documentation.

Check for suspicious activity

As of the time of writing this documentation, this feature is not yet supported.

Details for Codacy api token

  • Family: Api

  • Category: Code analysis

  • Company: Codacy

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: True

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 0.24

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- codacy

Examples

- text: |-
<codacy-api-token>iSRaZgvl6OEDYexBmVlE</codacy-api-token>
apikey: iSRaZgvl6OEDYexBmVlE
- text: |-
<codacy-api-token>iSRaZgvl6OEDYexBmVlE</codacy-api-token>
apikey: iSRaZgvl6OEDYexBmVlE

Details for Codacy project token

  • Family: Api

  • Category: Code analysis

  • Company: Codacy

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: True

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 3.19

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- codacy

Examples

- text: |-
CODACY_PROJECT_TOKEN: ac6e6fbaa4624c98a46258d69affffff
apikey: ac6e6fbaa4624c98a46258d69affffff
- text: |-
CODACY_PROJECT_TOKEN: ac6e6fbaa4624c98a46258d69affffff
apikey: ac6e6fbaa4624c98a46258d69affffff

How can I help you ?