Skip to content

Commit

Permalink
Add audit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Nov 23, 2023
1 parent f5f00df commit b489858
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 241 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Security audit
on:
pull_request:
branches: [ "*" ]
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit b489858

Please sign in to comment.