Skip to content

Security audit

Security audit #761

Workflow file for this run

name: Security audit
on:
schedule:
- cron: "0 0 * * *"
push:
branches: [master]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-ubuntu-latest
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: RUSTSEC-2023-0071