Skip to content

Security Audit

Security Audit #155

Workflow file for this run

name: Security Audit
on:
schedule:
- cron: "0 0 * * 0"
jobs:
audit:
name: Audit
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Run cargo-audit
uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}