From c59edaaf5aea3ede3ac849ae279379f5ddb6caec Mon Sep 17 00:00:00 2001 From: Jeff Qiu Date: Wed, 4 Sep 2024 12:15:37 -0400 Subject: [PATCH] Rename secret_allowlist.yaml to secret_allowlist.yaml There is a trailing space in the allow list filename. This prevents the bot from recognizing and applying the allow list. --- .arista/{secret_allowlist.yaml => secret_allowlist.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .arista/{secret_allowlist.yaml => secret_allowlist.yaml} (77%) diff --git a/.arista/secret_allowlist.yaml b/.arista/secret_allowlist.yaml similarity index 77% rename from .arista/secret_allowlist.yaml rename to .arista/secret_allowlist.yaml index fd1c8cfc0..1e657404e 100644 --- a/.arista/secret_allowlist.yaml +++ b/.arista/secret_allowlist.yaml @@ -4,4 +4,4 @@ version: v1.0 allowed_secrets: - secret_literal: "http://arista:arista@192.168.0.14" category: FALSE_POSITIVE - reason: Used as example in documentation \ No newline at end of file + reason: Used as example in documentation