Skip to content

Commit 9b5be9e

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

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.codacy/codacy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ tools:
88
99
1010
11-
11+
1212
1313
1414
1515
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
88
9-
9+
1010
1111
1212

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
55
tools:
66
7-
7+
88
99
1010

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
99
10-
10+
1111
1212
1313

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
33
tools:
4-
4+

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/[email protected].19/venv/bin/python")
28+
lizardBinary := filepath.Join(globalCache, "tools/[email protected].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)