ossf / package-analysis

Open Source Package Analysis
Apache License 2.0
733 stars 51 forks source link

Add support to build sample python package with docker #1002

Closed elainechien closed 9 months ago

elainechien commented 9 months ago

This allows the python package to be built in an isolated docker container so that during build the package does not modify the host machine. Docker is not truly sandboxed but is fine for the purposes of the test package.

1001