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
As a suggestion, instead of using echo here perhaps the JSON-encoded context could be written to a temporary file, then you can just cat it into base64 without worrying about substitution and quotes etc?
Hey folks, thanks for creating this useful action.
I've found an issue when generating the provenance that if a commit contains an apostrophe it fails to encode the github context correctly:
This appears to happen in this part of the action:
https://github.com/philips-labs/slsa-provenance-action/blob/main/action.yaml#L33
The text was updated successfully, but these errors were encountered: