Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSchleifer committed Aug 30, 2024
1 parent 32ebead commit f6dedf0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions linters/trunk-toolbox/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,21 @@ lint:
files: [ALL]
commands:
- name: lint
version: ">=0.4.1"
run:
trunk-toolbox --upstream=${upstream-ref} --cache-dir=${cachedir} --results=${tmpfile}
${target}
output: sarif
batch: true
success_codes: [0]
read_output_from: tmp_file
- name: lint
run: trunk-toolbox --upstream=${upstream-ref} --results=${tmpfile} ${target}
output: sarif
batch: true
success_codes: [0]
disable_upstream: true
read_output_from: tmp_file
suggest_if: never
version_command:
parse_regex: ${semver}
Expand Down

0 comments on commit f6dedf0

Please sign in to comment.