-
Notifications
You must be signed in to change notification settings - Fork 164
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
Publish SBOM and collected_sources #3166
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see the comments.
@eriknordmark this looks pretty good. |
Signed-off-by: yash-zededa <yash@zededa.com> added info targets to get the path of the artifacts created Signed-off-by: yash-zededa <yash@zededa.com> removed the echo Signed-off-by: yash-zededa <yash@zededa.com> removed the current symlink Signed-off-by: yash-zededa <yash@zededa.com> minor fix in the space Signed-off-by: yash-zededa <yash@zededa.com> initial commit for sbom and collected_sources artifacts to be published minor fix initial commit for sbom and collected_sources artifacts to be published Signed-off-by: yash-zededa <yash@zededa.com> fixed spacing Signed-off-by: yash-zededa <yash@zededa.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yash-zededa @deitch the master build fails with
build (amd64)ENOENT: no such file or directory, stat 'assets/rootfs.img'
build (arm64)ENOENT: no such file or directory, stat 'assets/rootfs.img'
build (amd64)
ENOENT: no such file or directory, stat 'assets/rootfs.img'
build (arm64)
ENOENT: no such file or directory, stat 'assets/rootfs.img'
See https://github.com/lf-edge/eve/actions/runs/4840159952
Need to either fix this before Monday, or revert this PR.
Please see #3178 |
Description: