Closed sthagen closed 4 months ago
I will have to add the corresponding change to the schema before this can be merged. Nothing exciting though, as the compliance level of the key roles
is MAY
and we only need to add the new scannedFile
value to the existing enumeration. ETA for the change is before the TC meeting today at 15:00 UTC.
the diff will be:
--- sarif-2-2.schema.json 2024-07-11 08:09:56.735303142 +0000
+++ sarif-2-2.new-schema.json 2024-07-11 08:09:21.439546947 +0000
@@ -144,6 +144,7 @@
"attachment",
"responseFile",
"resultFile",
+ "scannedFile",
"standardStream",
"tracedFile",
"unmodified",
The motion to approve and merge this pull request succeeded during the 2024-07-11 TC meeting. Cf. 3.3.2 Approval of changes after merge of the minutes PR, until then https://github.com/oasis-tcs/sarif-spec/blob/meeting-2024-07-11/meeting_minutes/240711_SARIF_TC_89.md#332-approval-of-changes.
Implements #459