Skip to content

Security audit

Security audit #80

Workflow file for this run

name: Security audit
on:
workflow_dispatch:
schedule:
- cron: "17 5 * * 5"
push:
branches:
- main
paths:
- "**/Cargo.toml"
pull_request:
jobs:
security-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1