Skip to content

Commit 776c8a9

Browse files
sarif-support-for-code-scanning.md:runAutomationDetails fix (github#34820)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
1 parent ee8c790 commit 776c8a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ Use the category to distinguish between multiple analyses for the same tool or c
239239

240240
| `id` | category | `run_id` |
241241
|----|----|----|
242-
| my-analysis/tool1/2021-02-01 | my-analysis/tool1 | 2021-02-01
242+
| my-analysis/tool1/2022-01-02 | my-analysis/tool1 | 2022-01-02
243243
| my-analysis/tool1/ | my-analysis/tool1 | None
244244
| my-analysis for tool1 | None | my-analysis for tool1
245245

246-
* The run with an `id` of "my-analysis/tool1/2021-02-01" belongs to the category "my-analysis/tool1". Presumably, this is the run from February 2, 2021.
246+
* The run with an `id` of "my-analysis/tool1/2021-02-01" belongs to the category "my-analysis/tool1".
247247
* 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.
248248
* The run whose `id` is "my-analysis for tool1 " has a unique identifier but cannot be inferred to belong to any category.
249249

0 commit comments

Comments
 (0)