jfrog / build-info-go

build-info-go is a Go library and a CLI, which allows generating build-info for a source code project.
https://www.buildinfo.org
Apache License 2.0
61 stars 34 forks source link

Started time does not comply the schema #64

Open yahavi opened 2 years ago

yahavi commented 2 years ago

Describe the bug It looks like the start time, for example: 2022-02-24T08:12:20.013+0200 does not comply the pattern of ^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}.\\d{3}(Z|[+-]\\d{4})$.

To Reproduce Generate build-info and validate schema.

Expected behavior Build info validated successfully.

Screenshots image

Additional context I used https://www.jsonschemavalidator.net to validate the schema.