anchore / anchore-engine

A service that analyzes docker images and scans for vulnerabilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consolidate a lot of the utils.py instances into module with packages for some structure

zhill opened this issue · comments

There are lots of utils packages and modules throughout the code. Consolidate these as much as possible when they are truly generic and not service or component specific (e.g. utils/processes.py, utils/fs.py, utils/strings.py...) to reduce replication of code and aid in better testing and consolidation.