Skip to content

Cargo audit

Cargo audit #706

Workflow file for this run

name: Cargo audit
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: cargo audit
uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}