mitre / hipcheck

Automatically assess and score software repositories for supply chain risk.
https://mitre.github.io/hipcheck/
Apache License 2.0
62 stars 3 forks source link

build: Use Debian base image instead of Alpine (#104) #180

Closed cstepanian closed 2 months ago

cstepanian commented 2 months ago

Resolves #104

Also fix the reference to the .target directory in the Containerfile; This path was changed back to the default in 5790939a.

Since the Debian default shell when building the Containerfile doesn't support -o pipefail, remove that option from the set commands.