Skip to content

Security audit

Security audit #384

Workflow file for this run

name: Security audit
on:
workflow_call:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
branches: ["master"]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
audit:
name: Security Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout
- uses: taiki-e/install-action@cargo-deny
name: Install cargo-deny
- name: Scan for vulnerabilities
run: cargo deny check advisories