-
Notifications
You must be signed in to change notification settings - Fork 452
feat: Add cargoaudit extractor to artifacts #1770
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
feat: Add cargoaudit extractor to artifacts #1770
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1770 +/- ##
==========================================
+ Coverage 64.93% 65.02% +0.09%
==========================================
Files 163 163
Lines 15902 15943 +41
==========================================
+ Hits 10326 10367 +41
+ Misses 4899 4897 -2
- Partials 677 679 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| Debian/Ubuntu dpkg/apt packages | `/var/lib/dpkg/status` | | ||
| | | | ||
| Go Binaries | `main-go` | | ||
| Rust Binaries (With cargo-audit) | `main-rust-built-with-audit` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer with
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is cargo-auditable
, not cargo-audit
. Those are different tools. The naming is confusing in retrospect, my bad 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing it out! Fixed now.
Enable the cargoaudit extractor in container scanning