codacy/Codacy CLI V2
Execute Codacy code analysis using your remote Codacy configuration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tool | Only run a specific tool or tool category (eslint, stylelint, etc). For the full list of tools, see https://docs.codacy.com/repositories-configure/codacy-configuration-file/#which-tools-can-be-configured-and-which-name-should-i-use default: "eslint" | no | — |
| sarif_file_path | The path to the SARIF file to upload. | no | ./report.sarif |
| upload_report | Upload the report to Codacy. | no | false |
| project_token | The project token to use for the analysis. | yes | — |
| api_token | User level token for Codacy API. | no | — |
| provider | Provider name (e.g., gh, gl, bb). | no | — |
| owner | Repository owner. | no | — |
| repository | Repository name. | no | — |
| registry | Eventual registry address. | no | "" |
Outputs
no outputs