Skip to content

Commit

Permalink
Add security audit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Zabaluev committed Jan 11, 2021
1 parent 6779115 commit c9d8969
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/audit.yml
@@ -0,0 +1,13 @@
name: Security audit
on:
push:
paths:
- Cargo.lock
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c9d8969

Please sign in to comment.