Skip to content

Commit

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

0 comments on commit bf7711a

Please sign in to comment.