diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index db45876c..2ea2812e 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -25,4 +25,4 @@ jobs: - name: Check Secrets SDK Vulnerabilities working-directory: src/secrets - run: cargo audit --deny warnings + run: cargo audit --deny warnings --ignore RUSTSEC-2024-0370