Create a rebuilder for the Bazel Builder that can take in a provenance and an artifact and do the following:
- Verify the provenance and artifact
- Rebuild the artifact using the same build process as the Github Workflow Builder
- Attempt to check if the build process is reproducible by comparing the checksums of the re-built artifact and the original artifact
Create a rebuilder for the Bazel Builder that can take in a provenance and an artifact and do the following: