Tool integration

Arnica Integration Guide

Pipelineless developer-centric AppSec platform covering SAST, SCA, secrets, and IaC

Get a Free API Key

Integrate Arnica with Vulnetix. Use the Arnica API to export SAST and SCA findings from your repositories, then upload to Vulnetix for consolidated vulnerability management.

SaaS platformJSONSARIF

Run Arnica in CI

Scan on every push and upload the report as a workflow artifact:

- name: Export Arnica findings
  env:
    ARNICA_TOKEN: ${{ secrets.ARNICA_TOKEN }}
    ARNICA_ORG: ${{ secrets.ARNICA_ORG_ID }}
  run: |
    curl -s "https://api.arnica.io/v1/findings?orgId=$ARNICA_ORG&severity=critical,high"       -H "Authorization: Bearer $ARNICA_TOKEN" | jq '.findings' > arnica-findings.json

- name: Upload to Vulnetix
  run: vulnetix upload --file arnica-findings.json

How Vulnetix compares: better together

Vulnetix does not replace Arnica. Keep running it. Vulnetix sits on top of Arnica (and every other scanner you already own) turning disconnected tool outputs into one prioritised, fixable queue.

Arnica is strongest at its core category and also carries features in SCA, Secret Scanning, IaC & Cloud Configuration, License Compliance, SBOM Generation, just as Vulnetix spans categories.

CapabilityVulnetixArnica
Security coverage
SAST (static code analysis)Built-in rules + Semgrep augmentationReal-time SAST on source-code pushes across supported SCMs
SCA / dependencies40+ ecosystems, transitive graphThird-party dependency scanning with default reachability guidance
DAST (dynamic testing)~ Ingests DAST results; no native dynamic engine
Container & imageImage CVEs, base image, Dockerfile
IaC / misconfigurationTerraform, k8s, CloudFormationIaC misconfiguration scanning as part of code-risk coverage
Secret scanning1,000+ rules, source + binary + git historyReal-time hardcoded-secret detection and mitigation
Cloud / CSPMCloud-posture findings, compliance tab
Mobile (MAST)~ Ingests mobile scanner output; no native mobile engine
License complianceSPDX, copyleft/AGPL/SSPL policy~ Flags open-source license violations across the org
SBOM generationCycloneDX 1.7 + SPDX 2.3, cosign-signable~ Catalogues 100% of OSS libraries; SBOM/inventory visualisation
Malware / supply-chainDe-duplicated corpus + install-time firewall (25+ registries)
Network / infra vuln~ Ingests network scanner output; no native network scanner
FuzzingIngests fuzzing crashes; no native fuzzer
Pentest / bug bountyIngests pentest/bug-bounty findings; not a testing service
The Vulnetix orchestration layer
Cross-scanner dedup & one queue (ASPM)Correlates every scanner into one prioritised queue with ownership routing~ Positioned as an ASPM platform unifying SAST/SCA/secrets/IaC findings; SCM-native rather than broad third-party-scanner ingest
Exploit-intel prioritisationEPSS, CISA KEV, Coalition ESS, CWSS, Vulnetix LEV~ Prioritises with CVSS + EPSS + KEV plus org context
Reachability analysisTree-sitter + CVEAffected; direct/transitive/semantic~ SCA reachability applied by default to filter unreachable alerts
Versioned VEX + audit trailImmutable OpenVEX/CycloneDX, cosign-signable
Safe Harbour autofixResolves + applies the nearest safe version~ One-click fix or auto-generated remediation pull requests
End-of-life policyFlags/blocks past-EOL runtimes & packages
SSVC / risk-based policySSVC v2 + CISA/FedRAMP/Essential-8 presets

✓ full · ~ partial · ✗ not covered

What Arnica does well

Where Vulnetix adds to it: Arnica and Vulnetix overlap heavily as developer-facing ASPM (both do SAST/SCA/secrets/IaC, reachability, EPSS/KEV, PR fixes). Vulnetix differentiates on scanner breadth beyond SCM-native code (container, cloud/CSPM, malware + install-time package firewall across 25+ registries, SBOM generation in CycloneDX 1.7 + SPDX 2.3) and on governance depth: cross-scanner dedup that also ingests third-party scanner output, immutable versioned VEX + audit, EOL policy, SSVC, and a broader exploit-intel blend (adds Coalition ESS, CWSS, Vulnetix LEV). Better together: Vulnetix can consolidate Arnica's findings into its unified prioritised queue.

No migration, no rip-and-replace. Arnica keeps doing what it does best; Vulnetix adds the orchestration, exploit-intelligence prioritisation and remediation layer built for the way AppSec works today.

Centralise Arnica results in Vulnetix

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

Arnica documentation ↗

Wire Arnica into your CI/CD pipeline →