feat(github): add deny.toml and workflow file to audit workflow paths

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
This commit is contained in:
Sandro-Alessio Gierens 2024-04-03 10:20:27 +02:00 committed by Christina Rust
parent 977da1afa1
commit c457363193

View file

@ -4,8 +4,10 @@ on:
- cron: '0 0 * * *'
push:
paths:
- '.github/workflows/audit.yml'
- '**/Cargo.toml'
- '**/Cargo.lock'
- 'deny.toml'
jobs:
security_audit:
runs-on: ubuntu-latest