Skip to content

Commit

Permalink
ci: add a scheduled audit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoticlonghair committed Oct 14, 2021
1 parent e8f88fd commit ba15414
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/scheduled_audit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Security Audit
on:
schedule:
- cron: '0 0 * * *'
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: yangby-cryptape/cargo-audit-check-action@customized-for-ckb
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ba15414

Please sign in to comment.