Skip to content

Commit 9576deb

Browse files
committed
Add clippy-sarif
1 parent 0a8e7af commit 9576deb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
FROM rust:1.78
22

3+
# cargo nextest
34
RUN curl -LsSf https://get.nexte.st/0.9.70/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
5+
6+
# clippy-sarif
7+
RUN cargo install clippy-sarif

0 commit comments

Comments
 (0)