Manuel Landesfeind

Results 4 issues of Manuel Landesfeind

Hi, the test for scalar evaluates also complex data types to true. For example ``` assertthat::is.scalar(list("foo")) [1] TRUE ``` This was quite unexpected to me, because it is also documented...

This pull request switches the check for availability of the BAM index by using htslib functions. This enables the transparent use of any sequence alignment format and index htslib is...

This pull-request add a command to the CLI that generates a hashed password from the provided secret. This will be handy when using an external directory. Background: I had trouble...

Two additional rules are supported in the code but were not documented properly: - match-type https://github.com/anchore/grype/blob/7a07e3d967e34724533c45f713fa5477ea96ed5c/grype/match/ignore.go#L39 - package.upstream-name https://github.com/anchore/grype/blob/7a07e3d967e34724533c45f713fa5477ea96ed5c/grype/match/ignore.go#L49