Skip to content

Releases: codacy/codacy-analysis-cli-action

Allow running Codacy Standalone tools

09 Mar 15:52
f386483

Choose a tag to compare

This release adds support for running Gosec, Clang-tidy, and many more standalone tools from the action.

Skip Uncommitted Changes

03 Mar 16:18
29e74c9

Choose a tag to compare

It's now possible to skip uncommitted changes using the flag --skip-uncommitted-files-check

Parallel mode runs now tools in parallel

23 Jul 11:43
0de7704

Choose a tag to compare

Parallel mode was not working as intended.
Now it spawns multiple Docker instances based on the parallelism level

Fix using the correct commit SHA on pull requests

21 May 11:23
b3451bc

Choose a tag to compare

Actions triggered on pull requests now send the reports for the correct commit SHA

Fix staticcheck flow that could change go.mod files

11 May 11:06
9d53f2c

Choose a tag to compare

Merge pull request #59 from codacy/fix/keep-changes-go-mod

fix: Fix possible changes to users' go.mod files CY-4272

Fix standalone tools

04 May 14:40
84fbefe

Choose a tag to compare

Fixes scenario where gosec does not run leading to failure in the next standalone tools.

Add support for account API tokens

16 Apr 09:50
77f0691

Choose a tag to compare

Merge pull request #47 from codacy/add-clang-tidy-and-faux-pas

feature: Add Clang Tidy and Faux Pas

Fix SARIF output for tools that returns 0 startLine

02 Mar 11:58
719f3c8

Choose a tag to compare

Merge pull request #35 from codacy/bump-cli

Bump codacy-analysis-cli to 5.2.1

Bump CLI version used in action

22 Feb 12:21
204208f

Choose a tag to compare

  • Bump to CLI version to 5.1.4.
  • Now, when exporting issues to SARIF it no longer downgrades issues' severities for security patterns.

1.1.0: Merge pull request #11 from codacy/am/feat/use-new-cli-CY2939

12 Oct 17:44
d840f88

Choose a tag to compare

  • Now, the GitHub Action outputs all code issues when exporting to SARIF format (v.s. only security issues in the previous version). This is especially relevant when using the GitHub Action with GitHub code scanning.
  • Updated to use Codacy CLI v4.0.0.