Skip to content

Run cargo-audit

Run cargo-audit #435

Workflow file for this run

name: Run cargo-audit
on:
schedule:
- cron: '0 0 * * *'
jobs:
security_audit:
if: github.repository == 'bytecodealliance/wasmtime'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}