Skip to content

Security Audit

Security Audit #24

Workflow file for this run

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