Skip to content

Commit ed3d114

Browse files
committed
Update todos
1 parent acccbd1 commit ed3d114

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

TODOS.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
# TODOS
22

3-
Next:
4-
5-
- Add a license
63
- Publish package to PyPI
7-
8-
Others:
9-
4+
- 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
106
- Add Dockerfile
11-
- Add more tests
12-
- cli flags
137
- Add support for Podman
148
- Add configuration file
159
- use Dependabot configuration as an inspiration (<https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference>)
1610
- Configure which package management systems should be checked
1711
- Configurable paths for package managers (like a path for venv resolution)
18-
- Override default commands (e.g., change from `pip list --format=freeze`)
1912
- Make it configurable, if the JSON output is pretty-printed or not (at the start pretty-print is default)
2013
- Add different log levels
21-
- Extend the set of supported package managers with the common ones for Go, PHP and Java
2214
- Support more operating systems: RedHat Linux (yum/dnf), openSUSE (zypper)
2315
- Add extraction of some relevant environment variables
24-
- Implement auto-completion of container id / name

0 commit comments

Comments
 (0)