From f116db9116b44be1a1cff8b8d42bc75f7ef112b0 Mon Sep 17 00:00:00 2001 From: Cian McGrath Date: Thu, 22 Aug 2024 18:32:05 +0100 Subject: [PATCH] repo: Add allowlist for test cert Tooling is flagging the test cert as problematic, mark it as ok Change-Id: I187002c63a527f0df401d4aedf8c9bc113233cac --- .arista/secret_allowlist.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .arista/secret_allowlist.yaml diff --git a/.arista/secret_allowlist.yaml b/.arista/secret_allowlist.yaml new file mode 100644 index 00000000..00ed5bab --- /dev/null +++ b/.arista/secret_allowlist.yaml @@ -0,0 +1,7 @@ +# .arista/secret_allowlist.yaml + +version: v1.0 +allowed_secrets: + - filepath_pattern: "test/test_data/*" + category: FALSE_POSITIVE + reason: secrets used for tests are not used in production