Add RustSec audit job to CI - #54
Open
bratpiorka wants to merge 2 commits into
Open
bratpiorka wants to merge 2 commits into
bratpiorka wants to merge 2 commits into
Conversation
bratpiorka
requested review from
szymon-zadworny
and
a lite review from Copilot
September 22, 2026 13:33
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Install a pinned cargo-audit version before running the audit command.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
Open (1)
What changed in this PR
Adds a RustSec dependency-audit job to CI for both repository lockfiles, with SARIF uploads to GitHub code scanning.
Changes:
- Adds a matrix-based audit job.
- Rewrites and uploads SARIF reports.
- Requires installing
cargo-auditbefore invocation; currently both legs fail.
| File | Description |
|---|---|
.github/workflows/basic.yml |
Adds the RustSec audit matrix job and SARIF reporting. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
bratpiorka
force-pushed
the
rrudnick_rustsec_audit
branch
from
September 22, 2026 14:18
75d3423 to
cf98949
Compare
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
bratpiorka
force-pushed
the
rrudnick_rustsec_audit
branch
from
September 22, 2026 14:38
cf98949 to
7a906fa
Compare
bratpiorka
force-pushed
the
rrudnick_rustsec_audit
branch
3 times, most recently
from
September 23, 2026 07:02
fe9d21e to
12530bd
Compare
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add RustSec audit job to CI