Skip to content

Commit

Permalink
Merge pull request #1414 from hermit-os/audit
Browse files Browse the repository at this point in the history
ci: update audit action and run on changes
  • Loading branch information
mkroening authored Oct 14, 2024
2 parents 38544ba + 7077342 commit 0696bc1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/security_audit.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'

jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/audit-check@v1
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0696bc1

Please sign in to comment.