Skip to content

Commit

Permalink
Audit dependencies in a cron job
Browse files Browse the repository at this point in the history
New vulnerabilities are found all the time,
no need to wait for Cargo.toml or Cargo.lock
to change
  • Loading branch information
dmerejkowsky committed Oct 30, 2021
1 parent 94b30bb commit 6534220
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/audit.yml
@@ -1,9 +1,8 @@
name: Audit dependencies
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 1 * * *'

jobs:
security_audit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6534220

Please sign in to comment.