Skip to content

Security Audit

Security Audit #354

Workflow file for this run

name: Security Audit
on:
pull_request:
paths: ['**/Cargo.toml', '**/Cargo.lock']
push:
branches: [main]
paths: ['**/Cargo.toml', '**/Cargo.lock']
schedule:
- cron: '23 5 * * *'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: Swatinem/[email protected]
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo audit
run: cargo install cargo-audit
- name: Run cargo audit
run: cargo audit