Skip to main content

Workflow Reports

Workflow Reports provide detailed output from the security and quality scanning tools integrated into your pipeline. Reports are generated per execution and can be downloaded for analysis.


Accessing Reports

  1. Open the workflow in the Workflow Builder.
  2. Navigate to the Reports tab.
  3. A table displays all reports linked to pipeline executions for this workflow.
Workflow reports list


Report Details

Each report entry includes:

ColumnDescription
Execution IDThe pipeline execution that generated the report.
Triggered AtWhen the execution was run.
Trigger TypeHow the execution was triggered (manual, automatic, webhook).
ToolThe scanning tool that generated the report (Trivy, detect-secrets, or SonarQube).
StageThe pipeline stage where the tool ran (Pre-Build, Post-Build).
Report LinkDownload link for the report file. Links are valid for 24 hours.

Report Types

ToolFormatContents
TrivyCSVVulnerability scan results — severity, CVE ID, package name, installed version, and fixed version.
Detect-SecretsCSVDetected secrets — file path, secret type, and line number.
SonarQubeExternal LinkCode quality report accessible via SonarQube dashboard — bugs, vulnerabilities, code smells, and quality gate status.

Downloading Reports

Click the Report Link for any entry to download the report file directly. Trivy and detect-secrets reports are downloadable as CSV files via pre-signed S3 URLs. SonarQube reports link to the external SonarQube dashboard.

note

Report download links expire after 24 hours. If a link has expired, re-run the workflow to generate a fresh report.