tern-tools / tern

Tern is a software composition analysis tool and Python library that generates a Software Bill of Materials for container images and Dockerfiles. The SBOM that Tern generates will give you a layer-by-layer view of what's inside your container in a variety of formats including human-readable, JSON, HTML, SPDX and more.
BSD 2-Clause "Simplified" License
960 stars 188 forks source link

Use correct case for 'false'. Resolves: #1170 #1171

Closed vargenau closed 2 years ago

vargenau commented 2 years ago

Use correct case for 'false'.

Resolves: #1170

Signed-off-by: Marc-Etienne Vargenau marc-etienne.vargenau@nokia.com

rnjudge commented 2 years ago

This PR looks good. The failing prospector linting test is unrelated to the change so I'll look into that then get this merged. Thanks for the PR @vargenau!