Tool integration

Bearer CLI Integration Guide

Data flow analysis for finding security risks

Get a Free API Key

Integrate Bearer CLI with Vulnetix. Scan source code for data flow security risks including sensitive data exposure, with SARIF output.

JavaScript, Ruby, Java, PHP, Go, PythonCLI toolSARIF

Install & scan

$ curl -sfL https://raw.githubusercontent.com/Bearer/bearer/main/contrib/install.sh | sh -s -- -b /usr/local/bin
$ bearer scan --format sarif . > bearer.sarif

Run Bearer CLI in CI

Scan on every push and upload the results to Vulnetix:

- name: Install Bearer
  run: |
    curl -sfL https://raw.githubusercontent.com/Bearer/bearer/main/contrib/install.sh | sh -s -- -b /usr/local/bin

- name: Run Bearer scan
  run: bearer scan --format sarif . > bearer.sarif

- name: Upload to Vulnetix
  run: vulnetix upload --file bearer.sarif

Centralise Bearer CLI results in Vulnetix

Upload Bearer CLI 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.

Bearer CLI documentation ↗  ·  Source repository ↗

Wire Bearer CLI into your CI/CD pipeline →