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>iORaPgvl6OEVYexAmPlE</codacy-api-token>  apikey: iORaPgvl6OEVYexAmPlE- text: >-    <codacy-api-token>iORaPgvl6OEVYexAmPlE</codacy-api-token>  apikey: iORaPgvl6OEVYexAmPlE  filename: some_file.md

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: ab5e6fbaa4624c48b46253b69effffff  apikey: ab5e6fbaa4624c48b46253b69effffff- text: >-    CODACY_PROJECT_TOKEN: ab5e6fbaa4624c48b46253b69effffff  apikey: ab5e6fbaa4624c48b46253b69effffff  filename: some_file.md