fioctl targets show sboms¶
Show SBOMs for a specific target.
Synopsis¶
Show SBOMs for a specific target.
Examples¶
# Show all SBOM files for Target version 42:
fioctl targets show sboms 42
# Show a subset of the SBOMS for this target. In this case, the 32-bit Arm
# container SBOMS:
fioctl targets show sboms 42 41/build-armhf
# Show overview of a specific SBOM:
fioctl targets show sboms 42 41/build-armhf alpine:latest/arm.spdx.json
# Show overview of a specific SBOM as CSV:
fioctl targets show sboms --format csv 42 41/build-armhf alpine:latest/arm.spdx.json
# Download all SBOMS for a target to /tmp:
fioctl targets show sboms 42 --download /tmp
# Download a filtered list of SBOMs to /tmp:
fioctl targets show sboms 42 41/build-armhf alpine:latest/arm.spdx.json --download /tmp
# Download a specific SBOM as cyclonedx:
fioctl targets show sboms 42 41/build-armhf --download /tmp --format cyclonedx
# Download all SBOMS for a target to /tmp as CSV:
fioctl targets show sboms 42 --download /tmp --format csv
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- fioctl targets show - Show details of a specific target.