Skip to content

Commit b86f8b5

Browse files
committed
fix: not recommended patterns are now included in semgrep config CF-1809
1 parent ee1b0e6 commit b86f8b5

File tree

10 files changed

+96538
-26951
lines changed

10 files changed

+96538
-26951
lines changed

.codacy/codacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ tools:
1313
1414
1515
16-
- trivy@0.65.0
16+
- trivy@0.66.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.65.0",
28+
"trivy@0.66.0",
2929
3030
3131
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ tools:
1010
1111
1212
13-
- trivy@0.65.0
13+
- trivy@0.66.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ tools:
88
99
1010
11-
- trivy@0.65.0
11+
- trivy@0.66.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ tools:
1212
1313
1414
15-
- trivy@0.65.0
15+
- trivy@0.66.0

0 commit comments

Comments
 (0)