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​
Option | Details |
---|---|
tarfile_name | String. Defaults to bundle.tar , bundle.tar.gz , bundle.tar.bz2 , or bundle.tar.xz in the current working directory. |
compression | none |
gzip | |
gz (Default) | |
bzip2 | |
bz2 | |
lxma | |
xz |