Dashboard Integrations ← Home
// SARIF Import

Import scanner results
into Arcwall

Upload SARIF output from any security scanner. Arcwall converts findings into a reviewable threat model with severity tracking, dispositions, and PDF export.

Semgrep CodeQL Snyk Trivy Bandit ESLint Checkov Grype any SARIF 2.1

Don't have a key? Get one free →

Drop your .sarif or .json file here
or click to browse
Select a file to continue
0 Findings
View in dashboard →
// How it works
01
Run your scanner
Output SARIF from Semgrep, CodeQL, Snyk, or any SARIF 2.1 compatible tool.
02
Upload here
Drop the .sarif file. Arcwall parses findings, maps severity, and normalizes locations.
03
Review & track
Findings appear in your dashboard. Accept, resolve, or request changes — with full PDF export.
// Generate SARIF from common tools
# Semgrep
semgrep --config=auto --sarif --output results.sarif
 
# CodeQL
codeql database analyze --format=sarif-latest --output results.sarif
 
# Snyk
snyk code test --sarif --sarif-file-output=results.sarif
 
# Trivy
trivy fs . --format sarif --output results.sarif