From f874b6928ebab08ff143fcab833901ce9f0e4f53 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Tue, 21 Sep 2021 09:35:46 -0700 Subject: [PATCH] Updating .semgrepignore Adding directories to be ignored by semgrep. These files do not need to be checked and are causing semgrep to fail --- .semgrepignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.semgrepignore b/.semgrepignore index 4d19091401..db5d857a38 100644 --- a/.semgrepignore +++ b/.semgrepignore @@ -30,8 +30,16 @@ #spl files may contain eval and other statements that should NOT trigger semgrep warnings *.spl +#Ignore Markdown and Wiki Pages +*.md +*.wiki + #Temporarily ignoring this directory as we discuss a path moving forward #for Splunk Packaging Toolkit Update Strategy /dist/ +#Don't check yaml files in these directories +/response_tasks +/detections +