Skip to main content
Integrate Binarly security scanning into your GitHub Actions workflow.

Workflow File

Create .github/workflows/binarly-scan.yml:

Required Secrets

Configure these in Settings → Secrets and variables → Actions:

Triggering the Workflow

The workflow runs automatically when:
  • Files in firmware/ are pushed
  • Manually triggered via workflow_dispatch
Modify the on: section to match your project structure. For detailed explanation of the verification logic, see Verify Results.