chore: guard audit and deny tooling#65
Conversation
|
Hi @dangelo352 👋 — appreciate the audit/deny tooling hardening on #46. Two things block the merge here: (1) issue #46 isn't currently assigned to anyone, so I can't merge under our contributor-matches-assignee policy; (2) the |
|
I'd like to work on this. Approach:
Estimated effort: ~1-2 hours. PR incoming shortly. |
|
Thanks for the contribution! Two things: (1) the CI is failing on the dependency-policy check, and (2) issue #46 is assigned to @Topmatrixmor2014 who's covering it in #73. Please coordinate so we don't duplicate work. |
|
Fixed the failing Dependency policy check. The CI job was running Changes:
Patch available at dangelo352#1 — please merge into your |
Closes #46
Summary
make auditandmake denyfor missingcargo-audit/cargo-deny.cargo-auditandcargo-denybefore running the Makefile targets.make help.Validation
git diff --check.github/workflows/ci.ymlwith Ruby YAML loadermake auditprintscargo-audit not installed. Run 'cargo install cargo-audit --locked' then retry.and exits non-zeromake denyprintscargo-deny not installed. Run 'cargo install cargo-deny --locked' then retry.and exits non-zeroI did not run the positive audit/deny paths because
cargo-auditandcargo-denyare intentionally not installed in this local environment; CI now installs them before running those checks.