Skip to content

Commit

Permalink
Add daily security audit (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnusunny authored Feb 16, 2024
1 parent 28ad1ca commit 5b7a565
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 23 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/security_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-20.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
124 changes: 101 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b7a565

Please sign in to comment.