Skip to content

Commit 9b5be9e

Browse files
committed
bumplizard and trivy versions on codacy.yaml
1 parent d209cc6 commit 9b5be9e

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.codacy/codacy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ tools:
88
- codacy-enigma-cli@0.0.1-main.8.49310c3
99
- dartanalyzer@3.7.2
1010
- eslint@8.57.0
11-
- lizard@1.17.19
11+
- lizard@1.17.31
1212
- pmd@6.55.0
1313
- pylint@3.3.6
1414
- revive@1.7.0
1515
- semgrep@1.78.0
16-
- trivy@0.59.1
16+
- trivy@0.65.0

integration-tests/config-discover/expected/codacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runtimes:
66
tools:
77
- dartanalyzer@3.7.2
88
- eslint@8.57.0
9-
- lizard@1.17.19
9+
- lizard@1.17.31
1010
- pmd@7.11.0
1111
- pylint@3.3.6
1212
- semgrep@1.78.0

integration-tests/init-with-token/expected/codacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runtimes:
44
- python@3.11.11
55
tools:
66
- eslint@8.57.0
7-
- lizard@1.17.19
7+
- lizard@1.17.31
88
- pmd@6.55.0
99
- pylint@3.3.7
1010
- semgrep@1.78.0

integration-tests/init-without-token/expected/codacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runtimes:
77
tools:
88
- dartanalyzer@3.7.2
99
- eslint@8.57.0
10-
- lizard@1.17.19
10+
- lizard@1.17.31
1111
- pmd@7.11.0
1212
- pylint@3.3.6
1313
- revive@1.7.0

plugins/tools/lizard/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: lizard
22
description: Lizard is an extensible Cyclomatic Complexity Analyzer for many programming languages.
3-
default_version: 1.17.19
3+
default_version: 1.17.31
44
runtime: python
55
runtime_binaries:
66
package_manager: python3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
runtimes:
22
- python@3.11.11
33
tools:
4-
- lizard@1.17.19
4+
- lizard@1.17.31

tools/lizard/test/lizardRunner_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func TestRunLizardWithSarifOutput(t *testing.T) {
2525

2626
// Construct the path to the Lizard binary
2727
globalCache := filepath.Join(homeDirectory, ".cache", "codacy")
28-
lizardBinary := filepath.Join(globalCache, "tools/lizard@1.17.19/venv/bin/python")
28+
lizardBinary := filepath.Join(globalCache, "tools/lizard@1.17.31/venv/bin/python")
2929

3030
// Construct the path to the test file
3131
complexPyPath := filepath.Join(currentDir, "complex.py")

0 commit comments

Comments
 (0)