Skip to content

Exporting Compliance Artifacts

Description

ReARM provides structured exports for the compliance artifacts attached to your releases. Four export types are available:

ExportFormatSourceWhere
SBOMCycloneDX JSON / CSV / Excel, SPDXMerged release SBOM via RebomRelease view
VDRCycloneDX 1.6 JSON or PDFVulnerability data from release metricsRelease view
OBOMCycloneDX JSONOperational BOM from outbound deliverableRelease view
BOVCycloneDX 1.6 JSON or PDFFindings data from the Findings ModalFindings Modal

All exports except BOV are server-generated. BOV is assembled client-side from the currently displayed findings.

Accessing Exports

Open any release and click the download icon in the release header. A modal opens with tabs for SBOM, VDR, and OBOM.

SBOM Export

Exports the merged SBOM for the release. Options:

OptionDescription
SBOM ConfigurationWhich merged SBOM variant to export (SBOM, TEST, BUILD_TIME, etc.)
StructureFLAT or NESTED (CycloneDX hierarchy)
Top-level onlyStrip transitive dependencies, keep direct dependencies only
Ignore DevExclude development dependencies
Exclude coverage typesExclude artifacts tagged as Dev, Test, or Build-Time coverage
Media TypeJSON, CSV, or Excel

Click Export to download the file.

VDR Export

Exports vulnerability disclosure data as a CycloneDX 1.6 VDR.

Snapshot Options

VDR exports can optionally be scoped to a historical point in time:

OptionDescription
Include SuppressedInclude findings in FALSE_POSITIVE or NOT_AFFECTED state
Up To DateSnapshot findings as of a specific date
Target LifecycleSnapshot findings as of when the release reached a specific lifecycle stage
Target Approval(ReARM Pro) Snapshot findings as of a specific approval entry

When no snapshot option is set, the export reflects the current state of findings.

Output Formats

  • JSON — CycloneDX 1.6 VDR JSON file
  • PDF — Formatted vulnerability report PDF

OBOM Export

Exports the Operational BOM derived from the release's outbound deliverable. No configuration options — click Export OBOM to download.

BOV / Findings Export (Findings Modal)

Findings can be exported from the Findings Modal in two formats:

  • PDF — formatted findings report (default)
  • CycloneDX 1.6 (JSON) BOV — a CycloneDX 1.6 BOV assembled client-side from the currently displayed findings

Select the desired format in the modal before clicking Export.

BOV-specific options

When CycloneDX 1.6 (JSON) BOV is selected, additional options become available:

OptionDescription
Include SuppressedInclude FALSE_POSITIVE / NOT_AFFECTED findings
Include AnalysisEmbed the current triage state for each vulnerability

Violations and Weaknesses are not included in the BOV — the spec covers only vulnerabilities.

Download Log

The Download Log (accessible from the left navigation bar) records SBOM and VDR download events in your organization. Each entry shows:

  • Download type (SBOM_EXPORT, VDR_EXPORT)
  • Subject — the release the export was generated from, linked to its release page
  • Config details — the export parameters used (structure, media type, snapshot options, etc.)
  • Downloaded by — the user who triggered the export
  • IP address and timestamp

Scope: The Download Log only records downloads that go through the OCI or Rebom service (i.e., server-side SBOM and VDR exports from the Release view). Client-side exports such as BOV and PDF are not logged, nor are OBOM exports.

The log is useful for compliance audits to demonstrate when and how vulnerability or SBOM data was accessed.