Skip to content

Releases: codacy/codacy-analysis-cli-action

Allow running Codacy Standalone tools

Choose a tag to compare

@lolgab lolgab released this 09 Mar 15:52
f386483

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

Skip Uncommitted Changes

Choose a tag to compare

@heliocodacy heliocodacy released this 03 Mar 16:18
29e74c9

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

Parallel mode runs now tools in parallel

Choose a tag to compare

@lolgab lolgab released this 23 Jul 11:43
0de7704

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

Choose a tag to compare

@machadoit machadoit released this 21 May 11:23
b3451bc

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

Fix staticcheck flow that could change go.mod files

Choose a tag to compare

@franciscodua franciscodua released this 11 May 11:06
9d53f2c
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

Choose a tag to compare

@rtfpessoa rtfpessoa released this 04 May 14:40
84fbefe

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

Add support for account API tokens

Choose a tag to compare

@rtfpessoa rtfpessoa released this 16 Apr 09:50
77f0691
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

Choose a tag to compare

@lolgab lolgab released this 02 Mar 11:58
719f3c8
Merge pull request #35 from codacy/bump-cli

Bump codacy-analysis-cli to 5.2.1

Bump CLI version used in action

Choose a tag to compare

@franciscodua franciscodua released this 22 Feb 12:21
204208f
  • 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

Choose a tag to compare

@afsmeira afsmeira released this 12 Oct 17:44
d840f88
  • 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.