Skip to content

Security audit

Security audit #881

Workflow file for this run

name: Security audit
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 */7 * *"
permissions:
contents: "read"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: |
cargo install cargo-deny --locked
cargo deny check