Skip to content

Security audit

Security audit #59

Workflow file for this run

name: Security audit
on:
schedule:
- cron: '20 5 * * 4'
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.CARGO_AUDIT_GITHUB_TOKEN }}