You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current interface for package monad is unwieldy and is only ever used for finding files or folders recursively in ancestors. We should specialise this functionality in package files and remove package monad.
This also has the happy side effect of allowing us to fold VCS types back in to package vcs.
The text was updated successfully, but these errors were encountered:
* Implement debug container scan
* Add `fossa container dump-scan`
Signed-off-by: Wesley Van Melle <van.melle.wes@gmail.com>
* Filter container aritfact types
We only support system-level packages, specifically deb, rpm, and apk.
We remove all other artifacts before converting.
Signed-off-by: Wesley Van Melle <van.melle.wes@gmail.com>
* Fix option parsing error
* Use logStdout for deterministic print ordering
The current interface for
package monad
is unwieldy and is only ever used for finding files or folders recursively in ancestors. We should specialise this functionality inpackage files
and removepackage monad
.This also has the happy side effect of allowing us to fold VCS types back in to
package vcs
.The text was updated successfully, but these errors were encountered: