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