Container Scanning
Scanning Private Container Registry Images
2min
soos can scan private registry images by mounting the docker socket from the host machine, thus allowing the soos container to communicate with the host's docker daemon the soos container (which is running the container scan) can then access the private container being scanned configure docker to use your aws credentials if you are using private aws container registry you've most likely already completed this setup, however if you haven't, you'll need to use the aws cli to authenticate and then allow docker to use your aws credentials \> aws configure \# todo provide your credentials when prompted \> aws ecr get login password region \<your region> | docker login username aws password stdin \<your account> dkr ecr \<your region> amazonaws com other private container registries have similar methods of authentication which can be used run the scan follow the technical readme directions to mount the docker socket and run the soos container