Skip to content

Commit

Permalink
feat: implement sarif format reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Nov 23, 2024
1 parent f468223 commit 0266d54
Show file tree
Hide file tree
Showing 7 changed files with 382 additions and 34 deletions.
199 changes: 172 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/typos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ colorchoice-clap = "1.0.3"
serde_regex = "1.1.0"
regex = "1.10.4"
encoding_rs = "0.8.34"
serde-sarif = "0.5.0"

[dev-dependencies]
assert_fs = "1.1"
Expand Down
Loading

0 comments on commit 0266d54

Please sign in to comment.