Skip to content

Commit

Permalink
update toolbox version
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSchleifer committed Aug 30, 2024
1 parent 7b263ad commit 32ebead
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ lint:
# enabled linters inherited from github.com/trunk-io/configs plugin
- definition-checker
- [email protected]
- [email protected]
disabled:
- pylint # pylint diagnostics are too strict
- semgrep
Expand Down
9 changes: 6 additions & 3 deletions linters/trunk-toolbox/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.1

downloads:
- name: trunk-toolbox
version: 0.4.0
version: 0.4.1
downloads:
- os:
linux: unknown-linux-gnu
Expand All @@ -17,15 +17,18 @@ tools:
- name: trunk-toolbox
download: trunk-toolbox
shims: [trunk-toolbox]
known_good_version: 0.4.0
known_good_version: 0.4.1
lint:
definitions:
- name: trunk-toolbox
description: repository level linting tools
main_tool: trunk-toolbox
files: [ALL]
commands:
- name: lint
run: trunk-toolbox --upstream=${upstream-ref} --results=${tmpfile} ${target}
run:
trunk-toolbox --upstream=${upstream-ref} --cache-dir=${cachedir} --results=${tmpfile}
${target}
output: sarif
batch: true
success_codes: [0]
Expand Down

0 comments on commit 32ebead

Please sign in to comment.