Skip to content

Commit

Permalink
Update azure-pipeline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbradley1 authored Jun 2, 2024
1 parent a1c9bda commit ba10a29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azdo/azure-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ steps:
# dependencies into a requirements.txt file.
- script: pip install toml-to-requirements
- script: toml-to-req --toml-file pyproject.toml --poetry --optional-lists dev,test,backend,frontend
# toml-to-req is not perfect. It will leave wildcard characters in the requirements.txt file which we remove
- script: sed -i 's/\*//g' requirements.txt
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'Register'
Expand Down

0 comments on commit ba10a29

Please sign in to comment.