Skip to content

Commit a765ccb

Browse files
authored
Merge pull request github#26268 from github/repo-sync
repo sync
2 parents 7ae691f + be95bea commit a765ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The recommended formats explicitly define which versions are used for all direct
8484
{%- endif %}
8585
| Maven | Java, Scala | `pom.xml` | `pom.xml` |
8686
| npm | JavaScript | `package-lock.json` | `package-lock.json`, `package.json`|
87-
| Python PIP | Python | `requirements.txt`, `pipfile.lock` | `requirements.txt`, `pipfile`, `pipfile.lock`, `setup.py`{% if github-actions-in-dependency-graph %}<sup>[2]</sup>{% else %}<sup>[1]</sup>{% endif %} |
87+
| pip | Python | `requirements.txt`, `pipfile.lock` | `requirements.txt`, `pipfile`, `pipfile.lock`, `setup.py`{% if github-actions-in-dependency-graph %}<sup>[2]</sup>{% else %}<sup>[1]</sup>{% endif %} |
8888
{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-4752 %}
8989
| Python Poetry | Python | `poetry.lock` | `poetry.lock`, `pyproject.toml` |{% endif %}
9090
| RubyGems | Ruby | `Gemfile.lock` | `Gemfile.lock`, `Gemfile`, `*.gemspec` |

0 commit comments

Comments
 (0)