Skip to content

Add Cargo deny / cargo audit to CI #75

@Miracle656

Description

@Miracle656

Summary

The CI runs fmt, clippy, and tests but doesn't audit dependencies for known vulnerabilities. Add cargo audit (or cargo-deny) to the contracts CI job.

Files

  • .github/workflows/ci.yml

Acceptance criteria

  • Install cargo-audit in the contracts job
  • Run cargo audit and fail on warnings
  • Document any allow-list in contracts/audit.toml

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions