Skip to content

Commit

Permalink
Add clippy-sarif
Browse files Browse the repository at this point in the history
  • Loading branch information
magaupp committed Jul 14, 2024
1 parent 0a8e7af commit 9576deb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FROM rust:1.78

# cargo nextest
RUN curl -LsSf https://get.nexte.st/0.9.70/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin

# clippy-sarif
RUN cargo install clippy-sarif

0 comments on commit 9576deb

Please sign in to comment.