Links

Download Reports

Learn how to download reports

RapidFort Dashboard

Log into the RapidFort dashboard. You should see an image list.

Image List Report

To download a report for all images in the image list, click on the Download Report link in the upper-right corner of the image list.
You can use the filters to specify which images to include in the report.

Image Reports

To download reports for a specific container image, select the image from the image list.

Vulnerabilities

If your image has not been hardened, then only the vulnerabilities report for the Original image will be available.
If your image has been hardened, then select the Original, Hardened, or Removed view to download the corresponding vulnerabilities report.
Click on the Download Report link in the upper-right corner to download the report.

Files

If your image has not been hardened, then only the files report containing All files will be available.
If your image has been hardened, then select the All or Used view to download the corresponding files report.
Click on the Download Report link in the upper-right corner to download the report.

Packages

If your image has not been hardened, then only the packages report containing All packages will be available.
If your image has been hardened, then select the All, In Use, or Unused view to download the corresponding packages report.
Click on the Download Report link in the upper-right corner to download the report.

RapidFort Command Line Interface Tools

Find the RapidFort GUID

To find the RapidFort GUID, run rfjobs or rfls:
rfjobs -n
rfls -n

Download Reports

Run rfinfo to download reports:
rfinfo -s <rapidfort_guid>
For example:
rfinfo -s 0123abcd-8910-1112-1314-151617182021
If your image has not been hardened, then this will save the packages and vulnerabilities reports for the original image (sbom.csv and vulnerabilities.csv) to your system.
If your image has been hardened, then this will save the packages and vulnerabilities reports for the original (sbom.csv and vulnerabilities.csv) and hardened (sbom_hardened.csv and vulnerabilities_hardened.csv) images to your system.