Skip to content

Security Audit

Security Audit #1029

name: Security Audit
on:
schedule:
- cron: '0 0 * * *'
jobs:
audit:
runs-on: ubuntu-20.04
if: github.repository_owner == 'nervosnetwork'
steps:
- uses: actions/checkout@v1
- uses: yangby-cryptape/cargo-audit-check-action@customized-for-ckb
with:
token: ${{ secrets.GITHUB_TOKEN }}