Important Note About an Image Name Containing a “/” in the Command
If the image name in the command contains a forward slash (/), you must provide a valid tag for name, such as “latest”, to avoid issues during the scan. The following example commands illustrate the correct <name>:<tag> format to use when the image name contains a forward slash:
./code-insight-docker-plugin.sh -image alpinelinux/darkhttpd:latest
java -jar code-insight-docker-plugin.jar -image alpinelinux/darkhttpd:latest
java -Dflx.agent.logLevel=info -jar code-insight-docker-plugin-2.4.3.jar -server "http://1.1.1.1:8888/
codeinsight" -token "Bearer eyJhbGciOiJIUzUxMiJ9.....- proj "libc_proj_1" -root "/users/jsmith/work/
scatch" -image "alpinelinux/darkhttpd:latest " -alias "docker45"
In the examples, aplinelinux/darkhttpd is the image name and latest is the added tag (preceded by a colon).