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
The https://github.com/Boeing/config-file-validator was hoping to use go-sarif to provide schema validation of a sarif report. It doesn't look like sarif.Open provides this functionality as it just unmarshalls the JSON. Is there a way in your library to then validate this report after loading it into a report object?
The text was updated successfully, but these errors were encountered:
@kehoecj - I don't see why not. I'll bake in the schema and run the validation during the open. I'm away for the next few days but I can take a look next week
The https://github.com/Boeing/config-file-validator was hoping to use go-sarif to provide schema validation of a sarif report. It doesn't look like
sarif.Open
provides this functionality as it just unmarshalls the JSON. Is there a way in your library to then validate this report after loading it into a report object?The text was updated successfully, but these errors were encountered: