From 77b666b901c5b2b1681dce5e25471c1acc934a58 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Wed, 11 Sep 2024 10:09:04 -0400 Subject: [PATCH] Ignore warning for unmaintained component Signed-off-by: Andrew W. Harn --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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