Open Source Infrastructure Auditor by SolDevelo
Identify expensive mistakes like oversized instances, unmanaged disks, or missing lifecycle rules.
Learn how we help →Scan for open ports, unencrypted storage, and risky IAM policies before deploying to production.
Our security approach →Just paste your repository URL. No complex setup or cloud credentials required for the initial scan.
Get expert advice →History of the latest infrastructure scans performed by InfraScan.
Experience the full power of InfraScan on your terms. Audit private infrastructure securely, integrate into your DevOps pipelines, and generate professional reports locally.
Perfect for private projects. Your code stays on your machine, scanned by a self-contained environment.
docker run --rm -v $(pwd):/scan soldevelo/infrascan:latest
💡 Mounts your current directory to /scan and provides
immediate CLI feedback.
Stop vulnerabilities before they reach production. Seamlessly integrate InfraScan as a gatekeeper in your PRs.
steps:
- uses: actions/checkout@v4
- name: Run InfraScan Audit
run: |
docker run --rm \
-v ${{ github.workspace }}:/scan \
soldevelo/infrascan:v1.0.5 \
--fail-on high_critical
Generate beautiful, shareable HTML audit reports directly from the command line.
docker run --rm -v $(pwd):/scan soldevelo/infrascan \
--format html --out /scan/audit.html
Connecting to repository...
Hire our experts at SolDevelo. Mention 'InfraScan' for a free initial consultation.