Skip to content

Commit

Permalink
add security audit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitRanque committed Sep 6, 2024

Verified

This commit was signed with the committer’s verified signature.
djmitche Dustin J. Mitchell
1 parent ec24633 commit bfa6cb2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/security-audit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Security audit
on:
schedule:
- cron: '0 0 * * *'
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bfa6cb2

Please sign in to comment.