-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run cargo audit
as part of CI builds
#166
Comments
This can be easily accomplished by using this GitHub action. |
Excuse my ignorance, I need to study GitHub Actions... the linked GitHub action looks over-engineered and seems to depend on nodejs. Why is that better than a single command |
I probably know even less than you. I do know that cargo-audit recommends using that GitHub Action rather than running |
There's some functionality in the action which is nice, like auto-filing issues for security vulnerabilities. If you don't care about that you can just use a simple action which installs, caches, and runs |
@brightly-salty Thanks for the link and the info, let's go with the official recommendation and use the GitHub action.
@tarcieri If nodejs is what GitHub Actions require, then I have no problem with it, I just prefer to avoid nodejs when possible. Let's use the mentioned GitHub action. |
Raised #184 to run cargo audit against head at midnight |
Great work, thanks! Closing. |
cargo audit
exists and we should use it as part of CI builds:The text was updated successfully, but these errors were encountered: