codacy-analysis-cli-action icon indicating copy to clipboard operation
codacy-analysis-cli-action copied to clipboard

GitHub Action for the codacy-analysis-cli

Results 11 codacy-analysis-cli-action issues
Sort by recently updated
recently updated
newest added

Please upgrade your usage to `actions/setup-go@v5` before this `codacy-analysis-cli-action` becomes incompatible.

jira-issue

Many warnings of that kind show. Example: ``` Calculated fingerprint of 312d2f498a10c613:1 for file produce/main.py line 5, but found existing inconsistent fingerprint value f4ab7899a42859f1e7bc672576818bce ```

jira-issue

Since recently we get the following error messages on SARIF upload in https://github.com/metabrainz/picard/ : ``` Error: Code Scanning could not process the submitted SARIF file: rejecting SARIF, as there are...

jira-issue

When codacy-analysis-cli-action triggered, I got following errors, Status: Downloaded newer image for codacy/codacy-analysis-cli:7.9.1 01/16 00:08:27 ERROR CodacyPlugins:11 - Failed to parse output: Unrecognized token 'No': was expecting 'null', 'true', 'false'...

jira-issue

``` Run github/codeql-action/upload-sarif@main Uploading results Processing sarif files: ["results.sarif"] Uploading results Error: Invalid request. 1 item required; only 0 were supplied. RequestError [HttpError]: Invalid request. 1 item required; only 0...

jira-issue

Using the `run-gosec: true` feature does not produce a results output file despite both 'output' and 'format' args have been defined. For example: ``` - name: Run Codacy Analysis CLI...

jira-issue

Reopening #115 ```console Status: Downloaded newer image for codacy/codacy-analysis-cli:7.9.1 06/10 21:03:52 ERROR CodacyPlugins:11 - Failed to parse output: Unrecognized token 'No': was expecting 'null', 'true', 'false' or NaN at [Source:...

jira-issue

I have no idea why it tries to import psycopg2 but then fails. The import works in the script in the repo… and pre-installing `python3-psycopg2` in `.github/workflows/codacy.yml` doesn’t help.

jira-issue

```yml - name: Run Analysis uses: codacy/[email protected] with: directory: ${{ inputs.path }} project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} verbose: true output: results.sarif format: sarif tool: sonarscharp gh-code-scanning-compat: true - name: Upload SARIF...

jira-issue