What it scans
v1 covers one workload type: Compute Engine VM instances. Plerion snapshots each instance’s disk, mounts a scan disk built from that snapshot, and runs the scan against that copy, never the running workload itself. Cloud Functions, Cloud Run, and managed instance groups (MIGs) are not yet supported; see Coverage for the full picture, including asset types that are permanently out of scope. Three scan types are available:- Vulnerability scanning: known Common Vulnerabilities and Exposures (CVEs) in OS packages and software dependencies.
- SBOM (software bill of materials): the full package inventory, generated in CycloneDX format.
- Sensitive data: secrets such as API keys, tokens, and private keys left on disk.
What runs where
All scanning compute runs inside a scanning project that onboarding creates in your own Google Cloud organization, not in a Plerion-owned project. Concretely:- Plerion snapshots a target VM’s disk in place, in the project where the VM lives.
- It creates a scan disk from that snapshot in the scanning project, in the same region.
- It boots a short-lived scanner VM in the scanning project, attaches the scan disk read-only, and scans it.
- Scan results are uploaded to Plerion. The snapshot, scan disk, and scanner VM are deleted once the scan finishes.