Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info on dependency paths poetry support #1914

Merged
merged 1 commit into from
Jan 21, 2025
Merged
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
6 changes: 5 additions & 1 deletion docs/semgrep-supply-chain/dependency-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Dependency paths allow you to view dependency paths for all transitive dependenc

### Supported languages

Semgrep generates dependency paths for select Java and JavaScript projects.
Semgrep generates dependency paths for select Java, JavaScript, and Python projects.

#### Java

Expand All @@ -101,6 +101,10 @@ semgrep ci --allow-local-builds

Semgrep generates dependency paths for JavaScript projects that utilize `pnpm` and include a `pnpm-lock.yaml` file whenever you invoke a scan using `semgrep ci`.

#### Python

Semgrep generates dependency paths for Python projects that utilize `poetry` and include a `poetry.lock` file whenever you invoke a scan using `semgrep ci`.

### View the dependency graph

Once the scan completes, view the dependency graph in Semgrep AppSec Platform on:
Expand Down
Loading