Closed djmitche closed 2 years ago
Copy of https://github.com/actions-rs/audit-check/pull/221 (and https://github.com/GothenburgBitFactory/audit-check/pull/1!) with one additional commit (dc56dc8ce62eaa70a57ae27c1f61c3221e3299c8).
This isn't strictly necessary -- the action will already follow .cargo/audit.toml -- but as @pinkforest said elsewhere, sometimes being able to control things in an action separately from in-repo files is useful.
.cargo/audit.toml
btw - we need to update README for that - wanna send a PR ? cheers
Copy of https://github.com/actions-rs/audit-check/pull/221 (and https://github.com/GothenburgBitFactory/audit-check/pull/1!) with one additional commit (dc56dc8ce62eaa70a57ae27c1f61c3221e3299c8).
This isn't strictly necessary -- the action will already follow
.cargo/audit.toml
-- but as @pinkforest said elsewhere, sometimes being able to control things in an action separately from in-repo files is useful.