cloud-native-security-inspector icon indicating copy to clipboard operation
cloud-native-security-inspector copied to clipboard

Improvement: Seperate the scanners/data collectors into sub go modules

Open JingChen23 opened this issue 2 years ago • 0 comments

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.

JingChen23 avatar Feb 14 '23 06:02 JingChen23