Skip to content

ci: schedule a weekly cargo audit / npm audit job #70

@ubugeeei

Description

@ubugeeei

Problem

Even with Dependabot, we should surface known CVEs on a schedule so a stale branch can't slip past unnoticed.

Expected

  • New workflow file `.github/workflows/security-audit.yml`.
  • Runs weekly (cron) + on demand (`workflow_dispatch`).
  • Jobs: `npm audit --audit-level=high`, `cargo audit` for each crate (or `cargo-deny advisories`).

Acceptance

  • Workflow runs successfully on the default branch.
  • Failures open an issue or annotate the run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions