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?
@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?