Skip to content

Tags: codacy/codacy-cli-v2

Tags

1.0.0-main.361.sha.f961a76

Toggle 1.0.0-main.361.sha.f961a76's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix issue with analysis using tool configuration file (#179)

* When the repository is using the tool configuration file instead of UI patterns, the tool will analyse with that file (only for ESLint for now)

* We're now comparing the name of the tool instead of the shortName when running the analysis. This was needed because the call to the repository tools is returning the tool name rather than the shortName. The logic is the same.

* When we call the method to run the tools, if the user is not using a tool configuration file (so it's relying on the local tool configuration on tools-configs), we still check if there's a config file as before.

1.0.0-main.360.sha.06bb49b

Toggle 1.0.0-main.360.sha.06bb49b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix Lizard analysis run and configuration creation CF-1999 (#178)

* fix: fix Lizard runner

* fix: refactor setup and fix Lizard remote init

* remove commented code

* fix copilot comments

* fix build errors

* fix config creation when parameters are not set

* fix Codacy issues

* fix indentation

1.0.0-main.359.sha.fd2d067

Toggle 1.0.0-main.359.sha.fd2d067's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump: adds new semgrep rules (#177)

1.0.0-main.358.sha.7cb05d0

Toggle 1.0.0-main.358.sha.7cb05d0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump: go version (#176)

1.0.0-main.357.sha.c62cd20

Toggle 1.0.0-main.357.sha.c62cd20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: not recommended patterns are now included in semgrep config CF-1…

…809 (#175)

* fix: not recommended patterns are now included in semgrep config CF-1809

* fix: semgrep rules updated CF-1809

1.0.0-main.356.sha.ee1b0e6

Toggle 1.0.0-main.356.sha.ee1b0e6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix toolname comparison during the analysis (#172)

* in analyse.go we now compare the tool name with the shortName (i.e. pmd 7.16.0 should be pmd-7 instead of pmd, which is version 6)

* we now translate the name of pmd according to the tool, the same as eslint: pmd 7.16.0 should be called as pmd-7 and pmd 6.55.0 should be called pmd

1.0.0-main.355.sha.100b5f7

Toggle 1.0.0-main.355.sha.100b5f7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: Upload sourceId when available from SARIF CF-1813 (#173)

* feature: Upload sourceId when available from SARIF CF-1813

Note that this will upload it for all the tools and affect the
UUID generation, thus marking current issues as fixed/new
To have this feature only for some tools this is not enough

* feature: Only send sourceId for Trivy CF-1813

This will avoid messing with the results from other tools and
respectes on how codacy cloud and the CLI v1 handles it.

The downside is that will be a bit error prone when adding other tools
and if forget to add it, less results will be added on Codacy,
but for now it is an acceptable compromise

1.0.0-main.354.sha.642d8bf

Toggle 1.0.0-main.354.sha.642d8bf's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: adds trivy new patterns, high and critical, config mappings …

…CF-1860 (#171)

1.0.0-main.353.sha.3e35fe8

Toggle 1.0.0-main.353.sha.3e35fe8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: trivy will now run with --detection-priority comprehensive C…

…F-1835 (#168)

1.0.0-main.352.sha.945dc88

Toggle 1.0.0-main.352.sha.945dc88's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: listing tools and patterns should allow disabled ones too (#170)

* fix: listing tools and patterns should allow disabled ones too

* bumplizard and trivy versions on codacy.yaml