You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uploading the result .sarif file caused an error in the workflow:
{
"property": "instance.runs[0].tool.driver.rules[3].helpUri",
"message": "does not conform to the \"uri\" format",
"schema": {
"description": "A URI where the primary documentation for the report can be found.",
"type": "string",
"format": "uri"
},
"instance": ")",
"name": "format",
"argument": "uri",
"stack": "instance.runs[0].tool.driver.rules[3].helpUri does not conform to the \"uri\" format"
}
Error: Unable to upload "/home/runner/work/wfn2fchk/wfn2fchk/flawfinder_results.sarif" as it is not valid SARIF:
- instance.runs[0].tool.driver.rules[3].helpUri does not conform to the "uri" format
Thank you for looking into this!
The text was updated successfully, but these errors were encountered:
Integrating flawfinder in my github repo I revieved a .sarif report generated, that has the following entry:
Uploading the result .sarif file caused an error in the workflow:
Thank you for looking into this!
The text was updated successfully, but these errors were encountered: