SAP / jenkins-library

Jenkins shared library for Continuous Delivery pipelines.
https://www.project-piper.io
Apache License 2.0
772 stars 586 forks source link

feat (pythonBuild) include pip install of requirements.txt before cyclone dx sbom generation #4844

Closed anilkeshav27 closed 5 months ago

anilkeshav27 commented 5 months ago

Changes

currently cyclone dx sbom is generated without pip installing the dependencies . this PR beings in the ability to run pip install if it finds the requirement.txt file . the file path is defaulted in parameter requirementsFilePath and can be overwritten as needed

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sumeetpatil commented 5 months ago

/it-go