From b01904b3ff25553f6f4eae984fba668fbece8db8 Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@cea.fr> Date: Thu, 5 Sep 2024 11:42:34 +0200 Subject: [PATCH] [mdr] update reference URL of SARIF schema --- src/plugins/markdown-report/sarif.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/markdown-report/sarif.ml b/src/plugins/markdown-report/sarif.ml index 1d25de0e8a0..ef1c92ebcb6 100644 --- a/src/plugins/markdown-report/sarif.ml +++ b/src/plugins/markdown-report/sarif.ml @@ -81,7 +81,7 @@ end struct type t = string[@@deriving yojson] let sarif_github = - "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json" + "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/sarif-2.1/schema/sarif-schema-2.1.0.json" end module Version: sig -- GitLab