Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
actions-rs/audit-check
with direct cargo audit
invocation
Unfortunately we can't pass an `--ignore` option to cargo-audit via `actions-rs/audit-check` to ignore the request smuggling vulnerability in `tiny_http` due to this issue: actions-rs/audit-check#132 This PR switches to invoking `cargo audit` directly so we can.
- Loading branch information