1 2 3 4 5 6 7 8 9 10 11 12 13
name: Security Audit on: push: paths: ["**/Cargo.toml", "**/Cargo.lock"] schedule: - cron: "0 8 * * 1" jobs: audit: uses: oxidized-mc/ci/.github/workflows/security-audit.yml@main with: ignore: "RUSTSEC-2023-0071"