예제 #1
0
파일: aci.go 프로젝트: dwdm/clair
func init() {
	detectors.RegisterDataDetector("aci", &ACIDataDetector{})
}
예제 #2
0
파일: docker.go 프로젝트: dwdm/clair
func init() {
	detectors.RegisterDataDetector("Docker", &DockerDataDetector{})
}