Skip to content

Commit

Permalink
Add info on dependency paths poetry support (#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
gautambhat authored Jan 21, 2025
1 parent 82cd687 commit 35f1165
Showing 1 changed file with 5 additions and 1 deletion.
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

0 comments on commit 35f1165

Please sign in to comment.