Skip to content

Commit

Permalink
Makefile: temporarily ignore cargo audit issues
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Sardan <[email protected]>
  • Loading branch information
Alexandru Sardan committed Jul 8, 2024
1 parent 66b7036 commit a378eb6
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 @@ -145,7 +145,7 @@ lint-smart-contracts:

.PHONY: audit-rs
audit-rs:
$(CARGO) audit --ignore RUSTSEC-2024-0332 --ignore RUSTSEC-2024-0344
$(CARGO) audit --ignore RUSTSEC-2024-0332 --ignore RUSTSEC-2024-0344 --ignore RUSTSEC-2024-0348 --ignore RUSTSEC-2024-0349 --ignore RUSTSEC-2024-0351 --ignore RUSTSEC-2024-0350 --ignore RUSTSEC-2024-0352 --ignore RUSTSEC-2024-0353

.PHONY: audit-as
audit-as:
Expand Down

0 comments on commit a378eb6

Please sign in to comment.