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
- Add CLI flag to select a subset of detectors (see how Syft does it: <https://github.com/anchore/syft/wiki/package-cataloger-selection>)
5
+
- Extend the set of supported package managers with the common ones for Go, PHP and Java
10
6
- Add Dockerfile
11
-
- Add more tests
12
-
- cli flags
13
7
- Add support for Podman
14
8
- Add configuration file
15
9
- use Dependabot configuration as an inspiration (<https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference>)
16
10
- Configure which package management systems should be checked
17
11
- Configurable paths for package managers (like a path for venv resolution)
18
-
- Override default commands (e.g., change from `pip list --format=freeze`)
19
12
- Make it configurable, if the JSON output is pretty-printed or not (at the start pretty-print is default)
20
13
- Add different log levels
21
-
- Extend the set of supported package managers with the common ones for Go, PHP and Java
22
14
- Support more operating systems: RedHat Linux (yum/dnf), openSUSE (zypper)
23
15
- Add extraction of some relevant environment variables
24
-
- Implement auto-completion of container id / name
0 commit comments