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

FIX repair component governance #557

Merged
merged 13 commits into from
Nov 20, 2024
5 changes: 5 additions & 0 deletions component-governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ steps:
# Component Governance does not support pyproject.toml yet.
# For that reason, use toml-to-requirements to export the
# dependencies into a requirements.txt file.
- script: pip install --upgrade setuptools pip
name: UpgradePip

- script: pip install toml-to-requirements

- script: toml-to-req --toml-file pyproject.toml

- task: ComponentGovernanceComponentDetection@0
env:
PIP_INDEX_URL: https://pypi.python.org/simple
Loading