Skip to content

Merge pull request #202 from GothenburgBitFactory/dependabot/cargo/op… #626

Merge pull request #202 from GothenburgBitFactory/dependabot/cargo/op…

Merge pull request #202 from GothenburgBitFactory/dependabot/cargo/op… #626

Workflow file for this run

name: security
on:
schedule:
- cron: '33 0 * * THU'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
audit:
runs-on: ubuntu-latest
permissions: write-all
name: "Audit Rust Dependencies"
steps:
- uses: actions/checkout@v6
- uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}