Skip to content

Commit

Permalink
chore: CI audit pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Jan 1, 2025
1 parent c04a128 commit d29f1ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt, clippy, audit
- run: cargo audit || true && cargo audit
components: rustfmt, clippy
- run: |
cargo install cargo-audit
cargo audit || true && cargo audit

0 comments on commit d29f1ef

Please sign in to comment.