Skip to content

Security Audit

Security Audit #126

Workflow file for this run

name: Security Audit
on:
push:
branches: [main]
pull_request:
schedule:
# Run daily at 00:00 UTC
- cron: '0 0 * * *'
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Security audit
uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}