Skip to main content
Version: Next

TAR

Create a TAR bundle from a set of SBOM components that have been collected.

Details

Transfer Tag

hoppr.core_plugins.bundle_tar

Supported PURLs

ALL

System Dependencies

NONE

Transfer File Example

---
schemaVersion: v1
kind: transfer

stages:
bundle:
plugins:
- name: "hoppr.core_plugins.bundle_tar"
config:
tarfile_name: ~/tarfile.tar.gz

max_processes: 3

Configuration Options​

OptionDetails
tarfile_nameString. Defaults to bundle.tar, bundle.tar.gz, bundle.tar.bz2, or bundle.tar.xz in the current working directory.
compressionnone
gzip
gz (Default)
bzip2
bz2
lxma
xz