Skip to content

Commit

Permalink
Add cargo-deny the the audit Makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Dec 10, 2023
1 parent adc693a commit d7d6056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ $(NAME):
audit:
@cargo outdated --exit-code 1
@cargo audit
@cargo deny check

install:
@install -D --mode=0644 $(LA_INCDIR)/$(NAME).h $(DESTDIR)$(INCLUDEDIR)/$(NAME).h
Expand Down

0 comments on commit d7d6056

Please sign in to comment.