Skip to content

security_audit

security_audit #19

Workflow file for this run

on:
schedule:
- cron: "0 0 * * 3"
name: security_audit
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}