Releases: codacy/codacy-analysis-cli-action
Releases · codacy/codacy-analysis-cli-action
Allow running Codacy Standalone tools
This release adds support for running Gosec, Clang-tidy, and many more standalone tools from the action.
Skip Uncommitted Changes
It's now possible to skip uncommitted changes using the flag --skip-uncommitted-files-check
Parallel mode runs now tools in parallel
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
Actions triggered on pull requests now send the reports for the correct commit SHA
Fix staticcheck flow that could change go.mod files
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
Fixes scenario where gosec does not run leading to failure in the next standalone tools.
Add support for account API tokens
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
Merge pull request #35 from codacy/bump-cli Bump codacy-analysis-cli to 5.2.1
Bump CLI version used in action
- 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
- 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.