Skip to content

Tags: codacy/codacy-cli-v2

Tags

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

1.0.0-main.351.sha.73051d7

Toggle 1.0.0-main.351.sha.73051d7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: cli-config.yaml also has provider/org/repo info, removes ski…

…pped tests CF-1766 (#166)

1.0.0-main.350.sha.d348aba

Toggle 1.0.0-main.350.sha.d348aba's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: integration tests (#167)