Skip to content

Commit 9ac2fcd

Browse files
Update content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-automatic-dependency-submission-for-your-repository.md
1 parent 7fb0b65 commit 9ac2fcd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-automatic-dependency-submission-for-your-repository.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ The .NET autosubmission action uses the open source [component-detection](https:
104104
### Python projects
105105

106106
Python uses the open source [component-detection](https://github.com/microsoft/component-detection/) project as its underlying graph generation engine. The autosubmission action for Python will only run if there is a `requirements.txt` file in the root directory of the repository. Python autosubmission does not currently support private packages; packages referenced in `requirements.txt` which are not publicly available will cause the autosubmission action to fail.
107-
**Note:** This action uses [actions/setup-python](https://github.com/actions/setup-python) to install Python. Therefore, you must include a .python-version file in your repository to specify the Python version to be installed.
107+
108+
[!Note]
109+
This action uses [actions/setup-python](https://github.com/actions/setup-python) to install Python. Therefore, you must include a .python-version file in your repository to specify the Python version to be installed.
108110

109111

110112
## Further reading

0 commit comments

Comments
 (0)