From 5de3087cf20b8975eac1d8d4058ca5f96127d5ab Mon Sep 17 00:00:00 2001 From: steve ulrich Date: Tue, 6 Aug 2024 07:36:38 -0500 Subject: [PATCH] adding allow list (#147) * adding allow list * modified exception format --- .arista/secret_allowlist.yaml | 5 +++++ 1 file changed, 5 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 0000000..a1d2153 --- /dev/null +++ b/.arista/secret_allowlist.yaml @@ -0,0 +1,5 @@ +version: v1.0 +allowed_secrets: +- secret_pattern: "-set-up-and-configure-a-certificate-authority-ca-on-ubuntu-20-04" + category: FALSE_POSITIVE + reason: this seems to be triggered by a URL (L#160)