Skip to content

Security audit

Security audit #339

Workflow file for this run

name: Security audit
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
az-cvm-vtpm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# https://github.com/actions/checkout/issues/1430
- name: Move az-cvm-vtpm/* to root
run: mv az-cvm-vtpm/* .
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}