// 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
// Upload SARIF file
Drop your .sarif or .json file here
or click to browse
—
Select a file to continue
// Import complete
—
0
Findings
// 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