Report upload for Kiuwan
Option A — Pull mode (recommended)
export KIUWAN_URL=https://api.kiuwan.com # SaaS; on-prem tenants use their own URL
export KIUWAN_USER=<your Kiuwan API user code>
export KIUWAN_TOKEN=<your Kiuwan API token>
xygeni report-upload --name MyApp --pull \
-f sast-kiuwan-api \
--selector application='My Application'xygeni report-upload --name MyApp --pull \
-f sast-kiuwan-api \
--selector application='My Application' \
--selector analysisCode=A-1234567890123 \
--filter priority='High,Very high'Selector
Required
Notes
Filter
Notes
Option B — ExportRule + Local Analyzer (legacy, file-based)
Setup
1. Compile the extraction rule (optional)
2. Install the rules and jar file
3. Run the scan
4. Upload the Kiuwan report to Xygeni
When to pick which
Last updated

