Skip to content

Auto merge of https://github.com/ScuffleCloud/brawl/issues/4 - troy/i… #33

Auto merge of https://github.com/ScuffleCloud/brawl/issues/4 - troy/i…

Auto merge of https://github.com/ScuffleCloud/brawl/issues/4 - troy/i… #33

Workflow file for this run

name: Security audit
on:
push:
paths:
- '.github/workflows/audit.yaml'
- '**/Cargo.toml'
- '**/Cargo.lock'
- 'deny.toml'
branches:
- '!automation/**'
- '**'
schedule:
- cron: '0 0 * * *'
jobs:
audit:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
rust-version: "stable"