Skip to content

Commit

Permalink
Merge pull request stratis-storage#864 from mulkieran/remove-audit-ig…
Browse files Browse the repository at this point in the history
…nore

No longer ignore RUSTSEC-2021-0145 in audit target
  • Loading branch information
mulkieran authored Jun 21, 2023
2 parents 71eba33 + 73fa3d2 commit 6a2d53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tree: ${HOME}/.cargo/bin/cargo-tree
PATH=${HOME}/.cargo/bin:${PATH} cargo tree

audit: ${HOME}/.cargo/bin/cargo-audit
PATH=${HOME}/.cargo/bin:${PATH} cargo audit -D warnings --ignore=RUSTSEC-2021-0145
PATH=${HOME}/.cargo/bin:${PATH} cargo audit -D warnings

tarpaulin: ${HOME}/.cargo/bin/cargo-tarpaulin
PATH=${HOME}/.cargo/bin:${PATH} \
Expand Down

0 comments on commit 6a2d53c

Please sign in to comment.