-
Notifications
You must be signed in to change notification settings - Fork 404
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
SBOM generation fails on Windows #535
Comments
Why didn't CI catch this? 🤔 |
This sounds like it may also be a gap in e2e tests, we should consider adding a |
Container image does not exists in the registory at the first time. So cosigin download sbom will fail. |
Ah, sorry. It is registory of base image. However I don't know why this fail always.
|
The distroless image doesn't currently push SBOMs to the registry, so |
This issue is stale because it has been open for 90 days with no |
https://github.com/google/ko/runs/4508967288?check_suite_focus=true#step:4:91
The binary built by
go build
on Windows doesn't seem to be executable when we rungo version -m
on it, which causes SBOM generation to fail. Interestingly, this doesn't seem to block pushing the rest of the image.cc @mattmoor
The text was updated successfully, but these errors were encountered: