Skip to main content
With plerion compliance-frameworks, you can view compliance framework posture, trigger report generation, and download compliance reports.
For more about compliance frameworks in the Plerion dashboard, see Compliance frameworks.

Synopsis

plerion compliance-frameworks <subcommand> [options]

Subcommands

list

List available compliance frameworks.
plerion compliance-frameworks list [--custom <true|false>]
FlagTypeDescription
--customstringtrue for custom frameworks only, false for Plerion-managed only

request-report

Trigger report generation for a compliance framework.
plerion compliance-frameworks request-report --integration-id <id> --framework-id <id>

download

Download a compliance report. If --output-file is omitted, writes to stdout.
plerion compliance-frameworks download --integration-id <id> --framework-id <id> [--output-file <path>]

Examples

# List all compliance frameworks
plerion compliance-frameworks list

# List only Plerion-managed frameworks
plerion compliance-frameworks list --custom false

# Request a CIS report
plerion compliance-frameworks request-report \
  --integration-id int-abc123 \
  --framework-id CIS-AWSFB-v140

# Download the report
plerion compliance-frameworks download \
  --integration-id int-abc123 \
  --framework-id CIS-AWSFB-v140 \
  --output-file cis-report.pdf

Output columns

ColumnDescription
IDFramework ID
NAMEFramework name
VERSIONFramework version
TYPEFramework type
POSTURE %Overall posture percentage
PASSEDPassed findings count
TOTALTotal findings count
CUSTOMWhether this is a custom framework
PROVIDERSApplicable cloud providers
DESCRIPTIONFramework description
RELEASE DATEFramework release date
LAST MODIFIEDLast modification date
LINKLink to framework documentation