-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* HdfConverter: Add location, address GitHub validation error (#2694) Per https://sarifweb.azurewebsites.net/Validation > Each result location must provide the property 'physicalLocation.artifactLocation.uri'. > GitHub Advanced Security code scanning will not display a result whose location does not provide the URI of the artifact that contains the result. Signed-off-by: Craig Andrews <[email protected]> * HdfConvert: Use HDF "control.descriptions" for "help" (#2633) Signed-off-by: Craig Andrews <[email protected]> * HdfConverter: Use HDF title as SARIF shortDescription * HdfConverter: make name a Pascal case identifier See: https://docs.oasis-open.org/sarif/sarif/v2.1.0/os/sarif-v2.1.0-os.html#_Toc34317843 Signed-off-by: Craig Andrews <[email protected]> * HdfConverter: Set Enabled to true if and only if all results have status skipped See: https://docs.oasis-open.org/sarif/sarif/v2.1.0/os/sarif-v2.1.0-os.html#_Toc34317854 Signed-off-by: Craig Andrews <[email protected]> --------- Signed-off-by: Craig Andrews <[email protected]>
- Loading branch information
Showing
3 changed files
with
2,929 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,11 @@ | |
] | ||
} | ||
}, | ||
"originalUriBaseIds": { | ||
"ROOTPATH": { | ||
"uri": "file:///" | ||
} | ||
}, | ||
"artifacts": [ | ||
{ | ||
"location": { | ||
|
Oops, something went wrong.