Skip to content

Use batcher for DZKPs. Enable tests of DZKP batching. #974

Use batcher for DZKPs. Enable tests of DZKP batching.

Use batcher for DZKPs. Enable tests of DZKP batching. #974

Workflow file for this run

name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
audit:
name: Run cargo audit
env:
CARGO_TERM_COLOR: always
runs-on: ubuntu-latest
permissions:
pull-requests: read
contents: read
steps:
- uses: actions/checkout@v4
- name: cargo audit
run: |
cargo audit