Skip to content

add security audit workflow #1

add security audit workflow

add security audit workflow #1

Workflow file for this run

name: Security audit
on:
schedule:
- cron: '0 0 * * *'
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}