Tool integration

Wiz Integration Guide

Cloud infrastructure security platform with agentless scanning and risk graphs

Get a Free API Key

Integrate Wiz with Vulnetix. Use the Wiz CLI (wizcli) to scan IaC, container images, and code repositories. Export SARIF or JSON findings and upload to Vulnetix.

SaaS platformSARIFJSON

Run Wiz in CI

Scan on every push and upload the results to Vulnetix:

- name: Download Wiz CLI
  run: |
    curl -Lo wizcli https://wizcli.app.wiz.io/latest/wizcli-linux-amd64
    chmod +x wizcli

- name: Authenticate
  run: ./wizcli auth --id ${{ secrets.WIZ_CLIENT_ID }} --secret ${{ secrets.WIZ_CLIENT_SECRET }}

- name: IaC scan
  run: ./wizcli iac scan --path . --output results.sarif,sarif || true

- name: Upload SARIF to Vulnetix
  run: vulnetix upload --file results.sarif

Centralise Wiz results in Vulnetix

Upload Wiz SARIF, 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.

Wiz documentation ↗

Wire Wiz into your CI/CD pipeline →