Fix audit workflow
This commit is contained in:
parent
be058e11d9
commit
6a9c2eb80e
6
.github/workflows/audit.yml
vendored
6
.github/workflows/audit.yml
vendored
@ -9,14 +9,12 @@ on:
|
||||
- cron: '0 0 * * 0' # Once per week
|
||||
|
||||
jobs:
|
||||
|
||||
security_audit:
|
||||
name: Security Audit
|
||||
runs-on: ubuntu-20.04
|
||||
defaults:
|
||||
run:
|
||||
working-directory: bdk-ffi
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/audit-check@v1
|
||||
with:
|
||||
args: --manifest-path bdk-ffi/Cargo.toml
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user