Skip to content

Cargo security audit #47

Cargo security audit

Cargo security audit #47

Workflow file for this run

name: Cargo security audit
on:
schedule:
- cron: "31 1 * * *"
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
audit:
defaults:
run:
working-directory: ./backend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}