SBOM-viewer - show the embedded SBOM information#
The simpleswitch-sbom-viewer
offers a ready to use web interface on port 8087 to all SBOM information embedded into
SimpleSwitch™ packages and base images.
How to get it#
## From the base image run
$ skopeo login ghcr.io
$ export machine=$CONTAINER_HELPER_ARCH
$ export package=simpleswitch-sbom-viewer
$ export tag=$RELEASE_VERSION
$ container-helper registry-install ghcr.io ghcr.io/avnet-embedded/simpleswitch/${machine}/${package}:${tag}
$ simpleswitch-helper start ${package}
## On your computer run
$ scotty build simpleswitch-sbom-viewer
## On your computer run
$ bitbake simpleswitch-sbom-viewer
Even better in combination with simpleswitch-licenseviewer
simpleswitch-sbom-viewer
works closing together with
licenseviewer - show the embedded license information
to give you even better information of what’s installed on the device