Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Security Audit

Security Audit #6

Workflow file for this run

name: Security Audit
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
audit:
runs-on: ubuntu-latest
permissions:
issues: write
checks: write
steps:
- uses: actions/checkout@v3
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}