Skip to content

Security audit - nightly #423

Security audit - nightly

Security audit - nightly #423

Workflow file for this run

name: Security audit - nightly
on:
schedule:
- cron: "0 0 * * *"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}