Skip to content

Security audit #20

Security audit

Security audit #20

Workflow file for this run

# Copied from https://github.com/marketplace/actions/rust-audit-check
name: Security audit
on:
schedule:
- cron: '0 0 1 * *'
push:
branches:
- master
pull_request:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}