From dc1bab0e151bbd2c463eb5b87e5023378250c9ad Mon Sep 17 00:00:00 2001 From: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:29:50 -0700 Subject: [PATCH] Remove ISO8601 date format note --- .../sarif-support-for-code-scanning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning.md b/content/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning.md index 62981362cc73..cc1f4f1ced05 100644 --- a/content/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning.md +++ b/content/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning.md @@ -243,7 +243,7 @@ Use the category to distinguish between multiple analyses for the same tool or c | my-analysis/tool1/ | my-analysis/tool1 | None | my-analysis for tool1 | None | my-analysis for tool1 -* The run with an `id` of "my-analysis/tool1/2021-02-01" belongs to the category "my-analysis/tool1". If _ISO8601_, this is the run from January 2, 2022 (notice: ISO8601 format is used in Europe + US, but your system locale can replace this.) +* The run with an `id` of "my-analysis/tool1/2021-02-01" belongs to the category "my-analysis/tool1". * The run with an `id` of "my-analysis/tool1/" belongs to the category "my-analysis/tool1" but is not distinguished from other runs in that category. * The run whose `id` is "my-analysis for tool1 " has a unique identifier but cannot be inferred to belong to any category.