From 0f30d7dd6f9f62c746694ba7f436525927f5dc66 Mon Sep 17 00:00:00 2001 From: yuanjingx87 <197832395+yuanjingx87@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:23:01 -0700 Subject: [PATCH] [None][infra] add nspect allow list for false positive secrets (#5797) Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com> --- .nspect-allowlist.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .nspect-allowlist.toml diff --git a/.nspect-allowlist.toml b/.nspect-allowlist.toml new file mode 100644 index 0000000000..93e01fb514 --- /dev/null +++ b/.nspect-allowlist.toml @@ -0,0 +1,8 @@ +version = "1.0.0" + +[[pulse-trufflehog.files]] +file = "jenkins/L0_Test.groovy" + + [[pulse-trufflehog.files.secrets]] + type = "sshpass" + values = ["ssh********************sswd"]