Skip to content

Remove always true fw argument in fas, fab and far tera fil… #2663

Remove always true fw argument in fas, fab and far tera fil…

Remove always true fw argument in fas, fab and far tera fil… #2663

Workflow file for this run

name: Audit
on:
push:
pull_request:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
- ".cargo/audit.toml"
schedule:
- cron: "0 0 * * *"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}