Enables cargo audit on pull request
This commit is contained in:
3
.github/workflows/cargo_audit.yml
vendored
3
.github/workflows/cargo_audit.yml
vendored
@@ -2,6 +2,9 @@ name: Security audit
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
audit:
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
Reference in New Issue
Block a user