Skip to content

Commit 89f7010

Browse files
Match requirements file patterns to actual functionality (#1927)
1 parent 8e82f28 commit 89f7010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/supported-languages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Additionally, Semgrep offers beta support for the scanning of Java projects **wi
184184
<tr>
185185
<td rowspan="4">Python</td>
186186
<td>pip</td>
187-
<td rowspan="2">Any of the following: <ul><li>`*requirement*.txt` file</li><li>Any manifest file in a requirements folder, such as `**/requirements/*.txt`</li><li>`requirements.pip`</li></ul> The file must be generated automatically and have values set to exact versions (pinned dependencies).</td>
187+
<td rowspan="2">Any of the following: <ul><li>`*requirement*.txt` or `*requirement*.pip`</li><li>Any manifest file in a requirements folder, such as `**/requirements/*.txt` or `**/requirements/*.pip`</li></ul> The file must be generated automatically and have values set to exact versions (pinned dependencies).</td>
188188
<td style={{"text-align": "center"}}>GA</td>
189189
<td rowspan="4">✅ (PyPI packages only)</td>
190190
</tr>

0 commit comments

Comments
 (0)