Skip to content

Commit

Permalink
Update sarif-support-for-code-scanning.md
Browse files Browse the repository at this point in the history
Fix invalid SARIF specification, missing originalUriBaseIds from the format
  • Loading branch information
marcandre-larochelle authored Oct 22, 2024
1 parent ce96232 commit d7aa0af
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,21 @@ This SARIF output file has example values to show all supported SARIF properties
]
}
},
"originalUriBaseIds": {

This comment was marked as spam.

Copy link
@0639861508

0639861508 Oct 31, 2024

  • [ ]
"PROJECTROOT": {
"uri": "file:///C:/Users/Mary/code/TheProject/",
"description": {
"text": "The root directory for all project files."
}
},
"%SRCROOT%": {
"uri": "src/",
"uriBaseId": "PROJECTROOT",
"description": {
"text": "The root of the source tree."
}
}
},
"automationDetails": {
"id": "my-category/"
},
Expand Down

0 comments on commit d7aa0af

Please sign in to comment.