actions-marketplace-validations/Troubleshoot Codacy Analysis CLI
Troubleshoot to execute Codacy code analysis using your remote Codacy configuration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 21, 2021
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/troubleshoot-codacy_codacy-analysis-cli-action@f897c522b53081ddcba512a1b54a6b7411b7bda6 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| verbose | Run with verbose output | no | — |
| project-token | API project token to retrieve your remote Codacy configuration for the project being analyzed | no | — |
| api-token | API account token to retrieve your remote Codacy configuration for the project being analyzed | no | — |
| codacy-api-base-url | Codacy's API URL, to retrieve your remote Codacy configuration | no | — |
| format | Format of the output file | no | — |
| output | Send analysis results to an output file | no | — |
| directory | The directory to be analyzed | no | — |
| parallel | Number of tools to run in parallel | no | — |
| max-allowed-issues | Maximum number of issues allowed for the analysis to succeed | no | 2147483647 |
| tool | The name of the tool to analyze the code | no | — |
| tool-timeout | Maximum time each tool has to execute | no | — |
| upload | Upload analysis results to Codacy | no | — |
| fail-if-incomplete | Fail the analysis if any tool fails to run | no | — |
| allow-network | Allow network access for tools | no | — |
| force-file-permissions | Force files to be readable by changing the permissions before running the analysis | no | — |
| gh-code-scanning-compat | Reduce issue severity by one level, for non-security issues, for compatibility with GitHub's code scanning feature. This option will only have an effect when used in conjunction with '--format sarif'. | no | — |
| run-docker-tools | Run dockerized tools. Possible values (true|false) Check the full list in https://docs.codacy.com/repositories-configure/codacy-configuration-file/#which-tools-can-be-configured-and-which-name-should-i-use | no | true |
| run-gosec | Run GoSec. Possible values (true|false) | no | — |
| run-staticcheck | Run StaticCheck. Possible values (true|false) | no | — |
| clang-tidy-output | Path to a file containing the output of Clang Tidy. | no | — |
| faux-pas-output | Path to a file containing the output of Faux Pas. | no | — |
Outputs
no outputs