Skip to content
@bomly-dev

Bomly

Bomly builds open source tools for understanding dependency risk before it lands in production.

Bomly

Bomly

Bomly builds open source tools for understanding dependency risk before it lands in production.

Projects

  • Bomly CLI scans source trees, SBOMs, Git refs, and container images; generates SPDX and CycloneDX SBOMs; enriches packages with vulnerability and license data; evaluates policy; and diffs dependency state across refs.
  • Bomly Guard is the official GitHub Action for pull request dependency review. It wraps bomly diff, writes job summaries, can comment on pull requests, uploads SARIF when supported, and fails checks when policy is not met.
  • Example plugin repositories show how to extend Bomly with external detectors, matchers, and auditors without forking the CLI.

Get Started

Install the CLI:

go install github.com/bomly-dev/bomly-cli/cmd/bomly@latest

Scan a project:

bomly scan --path . --enrich --audit

Add Bomly Guard to a workflow:

- uses: bomly-dev/bomly-guard@v1
  with:
    fail-on: high

Learn More

Issues, feature requests, and contributions are welcome. Please read the shared contributing guide and report security issues privately through the affected repository's Security tab.

Pinned Loading

  1. bomly-guard bomly-guard Public

    GitHub Action for reviewing dependency changes and policy findings in pull requests with Bomly CLI.

    JavaScript 1

  2. bomly-plugin-meme-auditor bomly-plugin-meme-auditor Public

    Go

  3. bomly-plugin-clearlydefined-matcher bomly-plugin-clearlydefined-matcher Public

    Go

  4. bomly-plugin-eol-matcher bomly-plugin-eol-matcher Public

    Go

  5. bomly-plugin-bun-lock-detector bomly-plugin-bun-lock-detector Public

    Go

  6. bomly-cli bomly-cli Public

    Free, open-source CLI for dependency intelligence, SBOMs, vulnerability auditing, and CI policy gates.

    Go

Repositories

Showing 10 of 32 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…