Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Run cargo-audit

Run cargo-audit #314

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 }}