Skip to content

Commit 8628255

Browse files
committed
revert: restore original trunk-toolbox configuration
The trunk-toolbox CI failure is unrelated to our ggshield changes. The original configuration works fine on other branches.
1 parent 463186c commit 8628255

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

linters/trunk-toolbox/plugin.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ lint:
4040
disable_upstream: false
4141
direct_configs: [toolbox.toml]
4242
max_concurrency: 1
43-
sandbox_type: expanded
44-
run_from: ${root_or_parent_with(.git)}
4543
- name: lint
4644
version: ">=0.4.1"
4745
run:
@@ -54,17 +52,13 @@ lint:
5452
disable_upstream: true
5553
direct_configs: [toolbox.toml]
5654
max_concurrency: 1
57-
sandbox_type: expanded
58-
run_from: ${root_or_parent_with(.git)}
5955
- name: lint
6056
run: trunk-toolbox --upstream=${upstream-ref} --results=${tmpfile} ${target}
6157
output: sarif
6258
batch: true
6359
success_codes: [0]
6460
disable_upstream: true
6561
read_output_from: tmp_file
66-
sandbox_type: expanded
67-
run_from: ${root_or_parent_with(.git)}
6862
suggest_if: never
6963
version_command:
7064
parse_regex: ${semver}

0 commit comments

Comments
 (0)