Skip to content

Commit

Permalink
WIP audit script
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Dec 26, 2024
1 parent 897a75b commit 974c8a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-audit-${{ hashFiles('**/Cargo.lock') }}
- run: |
cargo install cargo-audit || true
cargo audit -Dwarnings
- run: /bin/sh ./audit.sh
3 changes: 3 additions & 0 deletions audit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cargo --version
cargo install cargo-audit
cargo audit -Dwarnings
1 change: 0 additions & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ cargo test --profile=ci --doc --all-features && \
RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --profile=ci --all-features --examples

# TODO no_std tests
# TODO cargo audit

0 comments on commit 974c8a4

Please sign in to comment.