Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the SLSA workflows on all Operating Systems #126

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

mihaimaruseac
Copy link
Collaborator

The issues occur from differences between options available on each operating system:

  • MacOS: base64 does not have a -w0 option, that's the default
  • Windows: check everything with LF endings and remove * in sha256sum output

This finally fixes #79

Tested on

The issues occur from differences between options available on each
operating system:

- MacOS: `base64` does not have a `-w0` option, that's the default
- Windows: check everything with LF endings and remove `*` in
  `sha256sum` output

Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
@mihaimaruseac mihaimaruseac merged commit df3c2d7 into sigstore:main Feb 9, 2024
18 checks passed
@mihaimaruseac mihaimaruseac deleted the fix-slsa branch February 9, 2024 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SLSA for ML models examples fails for runners other than mac
2 participants