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

SBOM exports #46

Closed
supakeen opened this issue Jan 6, 2025 · 0 comments · Fixed by #69
Closed

SBOM exports #46

supakeen opened this issue Jan 6, 2025 · 0 comments · Fixed by #69
Labels
🪄 enhancement New feature or request

Comments

@supakeen
Copy link
Member

supakeen commented Jan 6, 2025

Let's allow exporting SBOMs together with the build pipelines. They can end up in the same output directory next to the produced artifact.

Probably related to #45, #43, or/and #42.

Can be optional, e.g. image-builder build --with-sbom ....

@supakeen supakeen added the 🪄 enhancement New feature or request label Jan 6, 2025
mvo5 added a commit to mvo5/image-builder-cli that referenced this issue Jan 16, 2025
This commit adds an option to generate an sbom file via the
new `--export-sbom`option.

Closes: osbuild#46
mvo5 added a commit to mvo5/image-builder-cli that referenced this issue Jan 16, 2025
This commit adds an option to generate an sbom file via the
new `--export-sbom`option.

Closes: osbuild#46
mvo5 added a commit to mvo5/image-builder-cli that referenced this issue Jan 16, 2025
This commit adds an option --extra-artifacts that can be
used to generate extra artifacts during the build or manifest
generation. Initially supported is `sbom` (but `manifest` is
planned too).

To use it run `--extra-artifacts=sbom` and it will generate
files like `disk.qcow2.buildroot-build.spdx.json`

Closes: osbuild#46
mvo5 added a commit to mvo5/image-builder-cli that referenced this issue Jan 16, 2025
This commit adds an option --extra-artifacts that can be
used to generate extra artifacts during the build or manifest
generation. Initially supported is `sbom` (but `manifest` is
planned too).

To use it run `--extra-artifacts=sbom` and it will generate
files like `centos-9-qcow2-x86_64.image-os.spdx.json` in
the output directory next to the generate runable artifact.

Closes: osbuild#46
mvo5 added a commit to mvo5/image-builder-cli that referenced this issue Jan 16, 2025
This commit adds an option --extra-artifacts that can be
used to generate extra artifacts during the build or manifest
generation. Initially supported is `sbom` (but `manifest` is
planned too).

To use it run `--extra-artifacts=sbom` and it will generate
files like `centos-9-qcow2-x86_64.image-os.spdx.json` in
the output directory next to the generate runable artifact.

Closes: osbuild#46
mvo5 added a commit to mvo5/image-builder-cli that referenced this issue Jan 17, 2025
This commit adds an option --extra-artifacts that can be
used to generate extra artifacts during the build or manifest
generation. Initially supported is `sbom` (but `manifest` is
planned too).

To use it run `--extra-artifacts=sbom` and it will generate
files like `centos-9-qcow2-x86_64.image-os.spdx.json` in
the output directory next to the generate runable artifact.

Closes: osbuild#46
mvo5 added a commit to mvo5/image-builder-cli that referenced this issue Jan 17, 2025
This commit adds an option --extra-artifacts that can be
used to generate extra artifacts during the build or manifest
generation. Initially supported is `sbom` (but `manifest` is
planned too).

To use it run `--extra-artifacts=sbom` and it will generate
files like `centos-9-qcow2-x86_64.image-os.spdx.json` in
the output directory next to the generate runable artifact.

Closes: osbuild#46
github-merge-queue bot pushed a commit that referenced this issue Jan 19, 2025
This commit adds an option --extra-artifacts that can be
used to generate extra artifacts during the build or manifest
generation. Initially supported is `sbom` (but `manifest` is
planned too).

To use it run `--extra-artifacts=sbom` and it will generate
files like `centos-9-qcow2-x86_64.image-os.spdx.json` in
the output directory next to the generate runable artifact.

Closes: #46
mvo5 added a commit to mvo5/images that referenced this issue Jan 20, 2025
This commit adds an option --extra-artifacts that can be
used to generate extra artifacts during the build or manifest
generation. Initially supported is `sbom` (but `manifest` is
planned too).

To use it run `--extra-artifacts=sbom` and it will generate
files like `centos-9-qcow2-x86_64.image-os.spdx.json` in
the output directory next to the generate runable artifact.

Closes: osbuild/image-builder-cli#46
mvo5 added a commit to mvo5/images that referenced this issue Jan 20, 2025
This commit adds an option --extra-artifacts that can be
used to generate extra artifacts during the build or manifest
generation. Initially supported is `sbom` (but `manifest` is
planned too).

To use it run `--extra-artifacts=sbom` and it will generate
files like `centos-9-qcow2-x86_64.image-os.spdx.json` in
the output directory next to the generate runable artifact.

Closes: osbuild/image-builder-cli#46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪄 enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant