From 918e90f751dc29e51a3c6f3696ba4c0d7c86ceab Mon Sep 17 00:00:00 2001 From: Ryan Laddusaw Date: Mon, 30 Sep 2024 10:54:00 -0400 Subject: [PATCH] ignore false positive for semgrep --- .semgrepignore | 2 ++ spec/requests/health_check_spec.rb | 1 + 2 files changed, 3 insertions(+) diff --git a/.semgrepignore b/.semgrepignore index 53865d81..a675e62d 100644 --- a/.semgrepignore +++ b/.semgrepignore @@ -10,6 +10,8 @@ spec/ # Semgrep-action log folder .semgrep_logs/ +freedesktop.org.xml + # Tickets to remediate these rules and remove from this list config/ # https://github.com/pulibrary/lib_jobs/issues/847 diff --git a/spec/requests/health_check_spec.rb b/spec/requests/health_check_spec.rb index 8ed38bf6..c6768bd8 100644 --- a/spec/requests/health_check_spec.rb +++ b/spec/requests/health_check_spec.rb @@ -7,4 +7,5 @@ get "/health.json" expect(response).to be_successful end + end end