-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HdfConverter: SARIF location improvements #2704
Conversation
Signed-off-by: Craig Andrews <[email protected]>
Signed-off-by: Craig Andrews <[email protected]>
GitHub Advanced Security code scanning requires 'physicalLocation.artifactLocation.uri' to have a non-empty string value. Signed-off-by: Craig Andrews <[email protected]>
@michaelcfanning could you please take a look at this when you get a chance? |
Will jump on this today or tomorrow, sorry for the delay. |
Thank you again for working with me on this project! If you have any questions about this or #2705 I look forward to promptly addressing them. |
@michaelcfanning could you please take a look? Thank you again! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕐
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the egregious delay here, dropped the ball initially on review and then went out of town. :( |
Updated your release notes and will now merge. |
See: https://github.com/mitre/heimdall2/blob/v2.6.59/libs/inspecjs/src/generated_parsers/v_1_0/exec-json.ts#L311
@michaelcfanning The validator at https://sarifweb.azurewebsites.net/Validation only checks that
uri
is present, it doesn't complain whenuri
is set to empty string. However, GitHub does complain, failing withlocationFromSarifResult: expected artifact location
as shown at https://github.com/candrews/jumpstart/actions/runs/5684090175/job/15406260757?pr=884#step:10:23How can I contact whoever runs https://sarifweb.azurewebsites.net/Validation to tell them that it should report a problem when
physicalLocation.artifactLocation.uri=""
?