cloud-native-security-inspector
cloud-native-security-inspector copied to clipboard
Improvement: Seperate the scanners/data collectors into sub go modules
Currently we have several different decoupled components, they have seperated dockerfiles but they share the same go.mod file. This doesn't make sense because some unnecessary dependencies will be built into the docker images.