Tool integration

Amazon Inspector Integration Guide

AWS native vulnerability scanning for EC2, Lambda, and container images

Get a Free API Key

Integrate Amazon Inspector with Vulnetix. Export vulnerability findings and SBOMs from Amazon Inspector via the AWS CLI or SBOM export feature for upload to Vulnetix.

SaaS platformCycloneDXSPDXJSON

Run Amazon Inspector in CI

Scan on every push and upload the report as a workflow artifact:

- name: Configure AWS credentials
  uses: aws-actions/configure-aws-credentials@v4
  with:
    role-to-assume: arn:aws:iam::ACCOUNT:role/InspectorRead
    aws-region: us-east-1

- name: Export Inspector SBOM
  run: |
    EXPORT_ID=$(aws inspector2 create-sbom-export       --resource-filter-criteria '{}'       --report-format CYCLONEDX_1_4       --s3-destination "{"bucketName":"$BUCKET","keyPrefix":"sboms/"}"       --query 'reportId' --output text)
    echo "Export started: $EXPORT_ID"

How Vulnetix compares: better together

Vulnetix does not replace Amazon Inspector. Keep running it. Vulnetix sits on top of Amazon Inspector (and every other scanner you already own) turning disconnected tool outputs into one prioritised, fixable queue.

Amazon Inspector is strongest at its core category and also carries features in Container & Image Scanning, Network & Vulnerability Scanners, SAST, IaC & Cloud Configuration, SBOM Generation, just as Vulnetix spans categories.

CapabilityVulnetixAmazon Inspector
Security coverage
SAST (static code analysis)Built-in rules + Semgrep augmentation~ Code scanning of application source via GitHub/GitLab integration and Lambda code (CodeGuru detector library)
SCA / dependencies40+ ecosystems, transitive graphContinuous OS-package and application-dependency vuln scanning across EC2, ECR images and Lambda
DAST (dynamic testing)~ Ingests DAST results; no native dynamic engine
Container & imageImage CVEs, base image, DockerfileScans ECR container images and images in CI/CD pipelines
IaC / misconfigurationTerraform, k8s, CloudFormation~ IaC scanning offered through the source-code integration
Secret scanning1,000+ rules, source + binary + git history
Cloud / CSPMCloud-posture findings, compliance tab
Mobile (MAST)~ Ingests mobile scanner output; no native mobile engine
License complianceSPDX, copyleft/AGPL/SSPL policy
SBOM generationCycloneDX 1.7 + SPDX 2.3, cosign-signableExports CycloneDX 1.4 and SPDX 2.3 SBOMs to S3 for all monitored resources
Malware / supply-chainDe-duplicated corpus + install-time firewall (25+ registries)
Network / infra vuln~ Ingests network scanner output; no native network scannerDetects unintended network exposure via reachability analysis of AWS resources
FuzzingIngests fuzzing crashes; no native fuzzer
Pentest / bug bountyIngests pentest/bug-bounty findings; not a testing service
The Vulnetix orchestration layer
Cross-scanner dedup & one queue (ASPM)Correlates every scanner into one prioritised queue with ownership routing
Exploit-intel prioritisationEPSS, CISA KEV, Coalition ESS, CWSS, Vulnetix LEV~ Risk score folds in exploitability data, reachability and social-media trends, but not explicit EPSS/CISA KEV/ESS feeds
Reachability analysisTree-sitter + CVEAffected; direct/transitive/semantic
Versioned VEX + audit trailImmutable OpenVEX/CycloneDX, cosign-signable
Safe Harbour autofixResolves + applies the nearest safe version
End-of-life policyFlags/blocks past-EOL runtimes & packages
SSVC / risk-based policySSVC v2 + CISA/FedRAMP/Essential-8 presets

✓ full · ~ partial · ✗ not covered

What Amazon Inspector does well

Where Vulnetix adds to it: Inspector is best-in-class for AWS-resident workloads; Vulnetix ingests its findings and CycloneDX SBOMs and unifies them with non-AWS scanners into one deduped, exploit-prioritised queue (EPSS, CISA KEV, LEV), adding reachability, immutable versioned VEX, EOL/SSVC policy and Safe Harbour autofix across clouds. It does not replace Inspector's AWS-native scanning.

No migration, no rip-and-replace. Amazon Inspector keeps doing what it does best; Vulnetix adds the orchestration, exploit-intelligence prioritisation and remediation layer built for the way AppSec works today.

Centralise Amazon Inspector results in Vulnetix

Upload Amazon Inspector CycloneDX, SPDX, JSON output to the Vulnetix platform to deduplicate findings, prioritise them with EPSS, CISA KEV and Coalition ESS exploit intelligence, and track remediation across every scanner in a single queue.

Amazon Inspector documentation ↗

Wire Amazon Inspector into your CI/CD pipeline →