Skip to content

Security audit

Security audit #6

Workflow file for this run

name: Security audit
on:
schedule:
# on the 1st of each month
- cron: '0 0 1 * *'
jobs:
audit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}