Skip to content

Security audit

Security audit #113

Workflow file for this run

name: Security audit
on:
push:
branches-ignore:
- "automation/**"
paths:
- ".github/workflows/audit.yaml"
- "**/Cargo.toml"
- "**/Cargo.lock"
- "deny.toml"
schedule:
- cron: "0 0 * * *"
jobs:
audit:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
rust-version: "stable"