Skip to content

License audit

License audit #1260

Workflow file for this run

name: License audit
on:
schedule:
- cron: "0 0 * * *"
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check bans licenses sources #we do not check advisories here as they get filed as issues from a different action