Christopher Angelo Phillips
Christopher Angelo Phillips
**What would you like to be added**: We've had a lot of catalogers added for syft. We should do a quick scrub on the integration test side to make sure...
When running syft with command line args for verbosity the command fails if the configuration is set
**What happened**: When running `syft -vv alpine:latest` an error will occur if the configuration file is also set for verbosity. **What you expected to happen**: No error for syft to...
**What would you like to be added**: Currently syft's root and packages commands produce the same `package` specific output: `syft packages node:latest > /dev/null ` `syft node:latest > /dev/null`  is a collection of records that denotes if a...
**Please provide a set of steps on how to reproduce the issue**: See #1094: cataloging ALPM symlinks ends in an error condition on windows `syft/pkg/cataloger/alpm/parse_alpm_db.go:110`
**What would you like to be added**: PR https://github.com/anchore/syft/pull/1743 changes how syft processes license encoding for the cycloneDX format. If syft finds "other licenses", licenses that are not a valid...
## Summary This PR attempts to narrow the golang_constraint `Satisfied` logic as a follow up to #1797 #1797 allows grype to proceed with matches when it encounters a package with...
## Summary ## Short circuit iterator given a start references commit time so multiple previous commits for the start ref are not included in the iterator Fixes #74