Skip to content

Commit 2876f7b

Browse files
committed
bumplizard and trivy versions on codacy.yaml
1 parent d209cc6 commit 2876f7b

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
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

cmd/init_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func TestConfigFileTemplate(t *testing.T) {
2525
2626
2727
28-
"trivy@0.59.1",
28+
"trivy@0.65.0",
2929
3030
3131
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ runtimes:
66
tools:
77
88
9-
9+
1010
1111
1212
13-
- trivy@0.59.1
13+
- trivy@0.65.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ runtimes:
44
55
tools:
66
7-
7+
88
99
1010
11-
- trivy@0.59.1
11+
- trivy@0.65.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ runtimes:
77
tools:
88
99
10-
10+
1111
1212
1313
1414
15-
- trivy@0.59.1
15+
- trivy@0.65.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
33
tools:
4-
4+

plugins/tools/trivy/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: trivy
22
description: Trivy is a comprehensive security scanner for containers and other artifacts.
3-
default_version: 0.59.1
3+
default_version: 0.65.0
44
download:
55
url_template: "https://github.com/aquasecurity/trivy/releases/download/v{{.Version}}/trivy_{{.Version}}_{{.OS}}-{{.Arch}}.{{.Extension}}"
66
file_name_template: "trivy_{{.Version}}_{{.OS}}_{{.Arch}}"

plugins/tools/trivy/test/expected.sarif

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"informationUri": "https://github.com/aquasecurity/trivy",
179179
"name": "Trivy",
180180
"rules": null,
181-
"version": "0.59.1"
181+
"version": "0.65.0"
182182
}
183183
}
184184
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
runtimes:
22
tools:
3-
- trivy@0.59.1
3+
- trivy@0.65.0

0 commit comments

Comments
 (0)