Codacy

Codacy is an automated code review tool that gives static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.

Usage of Codacy in Delivery Shield

  • Delivery Shield integrates with Codacy to gather source code scan results.

  • The results are evaluated against secure software delivery policies and are factored into the application’s overall security score.

To Integrate Codacy:

  1. Navigate to Setup > Integrations.

  2. In the Source panel, click Codacy.

You can use the toggle button provided below the integration tile to enable or disable it as needed.

  1. The Codacy integration page is displayed.

  2. Enter the values for the fields as shown below:

  1. Select the Mode : Local or Cloud.

  2. If Local Mode is selected Codacy is run as a CLI tool.

  3. If Cloud Mode is selected SaaS version of Codacy is run.

  4. Enter the token to access your Codacy account in the Token field. (See Generating API Token for details on how to generate API token).

  5. Click Save. The Codacy account gets integrated in the source stage.

  6. Click Edit to edit the entered values.

  7. Enter the new values and click Update.

The new values get updated.

Last updated