Skip to content

Add CleanStorage command for P2P #97

Add CleanStorage command for P2P

Add CleanStorage command for P2P #97

Workflow file for this run

name: Security
on:
pull_request:
merge_group:
push:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
supply-chain:
name: Run `cargo-audit`
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: dtolnay/rust-toolchain@clippy
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Install cargo-audit v0.20.0
run: cargo install cargo-audit
- name: Check for vulnerabilities
run: cargo audit