Release v0.2.1
This minor patch release includes a fix to automatically detect compressed container image layers.
Release Notes
Changes by Kind
Feature
- Files and directories passed in flags to the bom utility are now checked for existence before running the SBOM generator
- New container image layer scanner for checking inside of layers for OS data. The first version supports extracting packages from debian based OSs. (#31, @puerco)
Bug or Regression
- Tarball headers are now checked to see if they are compressed. Previously we relied on file extensions which made the tarball handling code flaky
Other (Cleanup or Flake)
- Replaced the animation on the main GitHub page with a link to external page as it caused high CPU consumption (#39, @puerco)
Uncategorized
Dependencies
Added
Nothing has changed.
Changed
- golang.org/x/tools: v0.1.8 → v0.1.9
Removed
Nothing has changed.