Expand all | Collapse all
Methodology
Every release of Prisma Cloud Compute we perform an SCAP scan of the Console and Defender images and post the results here.
This process is based upon the U.S. Air Force’s Platform 1
"Repo One" OpenSCAP scan of the Prisma Cloud Compute images.
We then compare the scan results to
IronBank’s latest approved UBI8-minimal scan findings, any discrepancies are addressed or justified and the results are posted here.
The scanning process is as follows:
Build RedHat Enterprise Linux server
Install openscap-utils package
Scan the Console and Defender images
oscap-podman <imageID> xccdf eval \
--fetch-remote-resources \
--profile xccdf_org.ssgproject.content_profile_stig \
--report scan_report_name.html scap-security-guide-<latest version>/ssg-rhel8-ds.xml
The text
<imageID> should be replaced by the ID of the target image of the SCAP scan
The report file name, eg -
scan_report.html in the command, is arbitrary and can be customized as desired.