Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# socket-bazel-adapter

A vendor auxiliary adapter that wraps the [Socket CLI](https://docs.socket.dev/cli) for use within Bazel build environments. Drop the `socket-tool/` folder into any Bazel monorepo to run Socket security scans (standard or Tier-1 reachability analysis) against collected manifest and lockfiles.

## What it does

- Generates missing manifest files from orphaned lockfiles
- Collects manifest files into a `bazel-manifest-output/` directory
- Runs Socket security scans via Bazel targets (`socket_scan` or `t1_socket_scan`)

## Quick start

See [HOW-TO-use-socket-tool-in-Bazel.md](HOW-TO-use-socket-tool-in-Bazel.md) for setup, environment variables, and usage instructions.

## Example

Reference project: [monorepo-bazel-demo](https://github.com/socketdev-demo/monorepo-bazel-demo)