Integrate Snyk Container with Vulnetix. Use the Snyk CLI to scan container images for OS and application CVEs, export SARIF findings, and upload to Vulnetix.
SaaS platformSARIFJSON
Run Snyk Container in CI
Scan on every push and upload the results to Vulnetix:
- name: Snyk container scan
run: |
npm install -g snyk
snyk container test myapp:${{ github.sha }} --sarif-file-output=snyk-container.sarif || true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- name: Upload to Vulnetix
run: vulnetix upload --file snyk-container.sarif
Centralise Snyk Container results in Vulnetix
Upload Snyk Container 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.