When fetching the build or steps from our attestations the CLI was converting them back to base64 instead of adding intendation. I think this is because we were asking the json encoder to Encode() a bytes string that was already json, so it encoded those bytes into base64 and added quotes outside it.
When fetching the build or steps from our attestations the CLI was converting them back to base64 instead of adding intendation. I think this is because we were asking the json encoder to Encode() a bytes string that was already json, so it encoded those bytes into base64 and added quotes outside it.