TAR
Create a TAR bundle from a set of SBOM components that have been collected.
Details
Transfer Tag
hoppr.core_plugins.bundle_tarSupported PURLs
ALLSystem Dependencies
NONETransfer 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, orbundle.tar.xzin the current working directory. | 
| compression | none | 
| gzip | |
| gz(Default) | |
| bzip2 | |
| bz2 | |
| lxma | |
| xz |