bridgecrewio / checkov-vscode

Prevent cloud misconfigurations during build-time for Terraform, Cloudformation, Kubernetes, Serverless framework, and other infrastructure-as-code-languages with Checkov by Bridgecrew in your VSCODE IDE.
https://marketplace.visualstudio.com/items?itemName=Bridgecrew.checkov
Apache License 2.0
69 stars 37 forks source link

Plugin appears to leave containers running (checkov plugin 1.0.49) #72

Closed richardj-bsquare closed 2 years ago

richardj-bsquare commented 3 years ago

I just cleared up around 1000 running checkov containers on my system; since then more have built-up...

I run the VS code checkov plugin whilst actively developing my terraform...

Here's a list of what's built-up since I cleared the above down:

at 11:17:21 AM 🍺 docker ps -a                                                               
CONTAINER ID   IMAGE                        COMMAND                  CREATED             STATUS                           PORTS     NAMES
8b94896ed1c1   bridgecrew/checkov:latest    "/entrypoint.sh -v"      2 minutes ago       Exited (0) About a minute ago              intelligent_raman
130dfaea6bfd   bridgecrew/checkov:latest    "/entrypoint.sh -v"      16 minutes ago      Exited (0) 16 minutes ago                  hardcore_almeida
a60065dd1b21   bridgecrew/checkov:2.0.476   "/entrypoint.sh -f d…"   16 minutes ago      Up 16 minutes                              boring_chaplygin
878a1379fb30   bridgecrew/checkov:latest    "/entrypoint.sh -v"      16 minutes ago      Exited (0) 16 minutes ago                  silly_jepsen
ee261d43f103   bridgecrew/checkov:latest    "/entrypoint.sh -v"      17 minutes ago      Exited (0) 16 minutes ago                  sharp_swirles
8833ebc27420   bridgecrew/checkov:2.0.476   "/entrypoint.sh -f d…"   17 minutes ago      Up 17 minutes                              wizardly_kirch
d3d46cc4cf9c   bridgecrew/checkov:latest    "/entrypoint.sh -v"      17 minutes ago      Exited (0) 17 minutes ago                  zen_mcnulty
895602ebcf17   bridgecrew/checkov:2.0.476   "/entrypoint.sh -f t…"   17 minutes ago      Up 17 minutes                              trusting_jemison
9747e1eb0cb9   bridgecrew/checkov:2.0.476   "/entrypoint.sh -f d…"   17 minutes ago      Up 17 minutes                              frosty_chandrasekhar
1832e3f1e63e   bridgecrew/checkov:latest    "/entrypoint.sh -v"      17 minutes ago      Exited (0) 17 minutes ago                  priceless_carson
98c0a729ef64   bridgecrew/checkov:latest    "/entrypoint.sh -v"      17 minutes ago      Exited (0) 17 minutes ago                  stoic_lamport
73daf10ab2ce   bridgecrew/checkov:2.0.476   "/entrypoint.sh -f t…"   18 minutes ago      Up 18 minutes                              nice_jackson
ae6a11a4353c   bridgecrew/checkov:latest    "/entrypoint.sh -v"      18 minutes ago      Exited (0) 17 minutes ago                  eloquent_chandrasekhar
57ee3bbf9b0f   bridgecrew/checkov:latest    "/entrypoint.sh -v"      18 minutes ago      Exited (0) 18 minutes ago                  laughing_matsumoto
dd0e3f8b0db4   bridgecrew/checkov:latest    "/entrypoint.sh -v"      19 minutes ago      Exited (0) 19 minutes ago                  nifty_khayyam
3e67b05bdf26   bridgecrew/checkov:2.0.476   "/entrypoint.sh -f t…"   19 minutes ago      Up 19 minutes                              trusting_sanderson
e57adfe86475   bridgecrew/checkov:latest    "/entrypoint.sh -v"      19 minutes ago      Exited (0) 19 minutes ago                  pedantic_chaum

The ones with the explicit tag, i.e. 2.0.476 remain up, and build up, the 'latest' tagged ones appear to exit...

I'm not to my knowledge running checkov outside of vscode.

richardj-bsquare commented 3 years ago

Oh, also 'latest' and '2.0.476' appear to be one and the same image-wise:

docker images | grep checkov                 
bridgecrew/checkov                                                                  2.0.476   6a3778d54c65   6 days ago          249MB
bridgecrew/checkov                                                                  latest    6a3778d54c65   6 days ago          249MB
bridgecrew/checkov                                                                  2.0.469   a2d9ea96319a   7 days ago          246MB
bridgecrew/checkov                                                                  2.0.456   a5b8f4f88e82   12 days ago         246MB
bridgecrew/checkov                                                                  2.0.446   e48f0a20652c   2 weeks ago         246MB
bridgecrew/checkov                                                                  2.0.438   282b739038d0   2 weeks ago         245MB
dalenewman commented 2 years ago

Same, and I don't like it. Mine aren't running, but they're there. I have to do this all the time...

docker ps -a | awk '{ print $1,$2 }' | grep bridgecrew/checkov | awk '{print $1 }' | xargs -I {} docker rm {}

Maybe you could add the --rm argument to the docker run on this line so it cleans itself up?

richardj-bsquare commented 2 years ago

@SteveVaknin This is still happening on the vscode plugin 1.0.72, again just the tagged images are left running... Can we re-open this?

docker ps | grep checkov                                                   
0e907ed270f0   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   37 minutes ago      Up 36 minutes                jovial_mcclintock
5f603d7e6222   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   37 minutes ago      Up 36 minutes                frosty_agnesi
3614fa70963c   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   37 minutes ago      Up 36 minutes                amazing_gauss
2dbf7a765b4d   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   38 minutes ago      Up 36 minutes                hopeful_mclaren
35c77d8e430d   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   38 minutes ago      Up 38 minutes                eloquent_heisenberg
b2572ef2948b   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   38 minutes ago      Up 38 minutes                elated_allen
ad7ed9886f7f   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   38 minutes ago      Up 38 minutes                happy_snyder
d9c82e6f4c7e   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   38 minutes ago      Up 38 minutes                amazing_vaughan
c2f8aa8f269b   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   38 minutes ago      Up 38 minutes                recursing_herschel
1013f9b3bdff   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   38 minutes ago      Up 38 minutes                affectionate_cerf
80331c5fd03d   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   39 minutes ago      Up 39 minutes                wonderful_swartz
da335ad12753   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   39 minutes ago      Up 39 minutes                jolly_jackson
556a3f716c19   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   39 minutes ago      Up 39 minutes                strange_edison
bcd14e02f176   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   39 minutes ago      Up 39 minutes                loving_pascal
74d383ce6295   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   40 minutes ago      Up 40 minutes                cranky_dubinsky
be145424c61a   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   40 minutes ago      Up 40 minutes                charming_pike
70931b2a2220   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   40 minutes ago      Up 40 minutes                competent_kapitsa
da4f12c70251   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   40 minutes ago      Up 40 minutes                dreamy_curran
ca3bab70b38f   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   40 minutes ago      Up 40 minutes                fervent_keller
76fa8efdb290   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   40 minutes ago      Up 40 minutes                nostalgic_curran
3d2b98afd7de   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   40 minutes ago      Up 40 minutes                happy_bartik
f8c14f10da9d   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   40 minutes ago      Up 40 minutes                quirky_leakey
a5ccc6d38777   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   41 minutes ago      Up 41 minutes                vigilant_merkle
b3cee250c0fc   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   41 minutes ago      Up 41 minutes                strange_noether
a6fba96fdb22   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   41 minutes ago      Up 41 minutes                pedantic_feistel
d5c26522b63a   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   41 minutes ago      Up 41 minutes                heuristic_chatelet
de058652f58a   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   42 minutes ago      Up 41 minutes                stupefied_gates
0f5cb48efb6d   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   42 minutes ago      Up 42 minutes                trusting_feistel
669c1d2fc3f6   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   42 minutes ago      Up 42 minutes                recursing_banach
40a0c276bf71   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   42 minutes ago      Up 42 minutes                quirky_grothendieck
338f1d1e7a79   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   43 minutes ago      Up 43 minutes                brave_keller
61c6a1f46583   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   43 minutes ago      Up 43 minutes                confident_cray
cea169aa8477   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   43 minutes ago      Up 43 minutes                gallant_kapitsa
e73bcaeb070a   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   43 minutes ago      Up 43 minutes                practical_gauss
dc1f593ded08   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   43 minutes ago      Up 43 minutes                agitated_grothendieck
d34e25209fe2   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   44 minutes ago      Up 44 minutes                heuristic_galileo
b64d7e577a54   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   44 minutes ago      Up 44 minutes                vigilant_williams
14d7ec913d65   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   About an hour ago   Up About an hour             gifted_chatelet
109350f18749   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   About an hour ago   Up About an hour             modest_mirzakhani
e6280c4e5539   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   About an hour ago   Up About an hour             gifted_raman
43d5e716558f   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   About an hour ago   Up About an hour             inspiring_brattain
2730e1f6f53e   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   About an hour ago   Up About an hour             bold_sutherland
182288da011e   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   About an hour ago   Up About an hour             gallant_newton
2d23ccec2ebd   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   About an hour ago   Up About an hour             distracted_merkle
01aae9263a5e   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   About an hour ago   Up About an hour             clever_davinci
1f5a8d489c42   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   About an hour ago   Up About an hour             keen_poincare
595b2195710a   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   About an hour ago   Up About an hour             strange_lumiere
9b4e5523f3e7   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   About an hour ago   Up About an hour             stupefied_agnesi
4c32e3bc92e5   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   About an hour ago   Up About an hour             loving_edison
6f00bef7890e   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   About an hour ago   Up About an hour             hungry_bartik
fa386ba414f2   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   pedantic_yalow
0c93c9f81c4e   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   2 hours ago         Up 2 hours                   mystifying_shtern
70f16a735b58   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   serene_colden
7b0c9cbdc40f   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   priceless_cerf
341c4181a57a   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   modest_golick
15fa15456321   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   recursing_goldwasser
cf661c35a1db   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   dreamy_pasteur
65d7906e5ed9   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   romantic_borg
988228bef872   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   beautiful_hermann
bdcd648ecb2b   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   ecstatic_almeida
c11321e11929   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   quizzical_antonelli
c1477d22062f   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   nostalgic_cannon
e4e936969db5   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   charming_jemison
ec317cd1cb2c   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   wizardly_ride
e76f978a11f0   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   thirsty_mclean
5fd91c3c4212   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   quizzical_wright
a810ab78a6c3   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   peaceful_saha
40ef04d7648d   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   vibrant_euler
85b96a3fcdc4   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   goofy_kapitsa
627a909a64e4   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   magical_carver
d1e55c0e2fec   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   nice_khorana
38a155eb83cb   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   crazy_stonebraker
84480381d4e4   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   competent_poincare
208e65d90d14   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   adoring_rhodes
d5ce2ae4d9de   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   cool_ptolemy
c6a362037ab7   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   hopeful_lederberg
c4b4da456e9f   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   hungry_elbakyan
46a35c316dff   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   mystifying_antonelli
5bed058cf3db   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   interesting_elgamal
bd16886c1748   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   hopeful_wilson
a76a06fdb62c   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   condescending_morse
6751e2b4748a   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   clever_mendel
e3d7e3a38a97   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   silly_rubin
b3bc3dcddcbb   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   sleepy_mccarthy
3466a141c9bb   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   2 hours ago         Up 2 hours                   quirky_payne
656a7701e3ca   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   focused_meninsky
dbb549a0d3a5   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   2 hours ago         Up 2 hours                   jovial_kepler
2651e6bc2f5b   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   2 hours ago         Up 2 hours                   festive_kepler
489c709482ca   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   2 hours ago         Up 2 hours                   adoring_mcnulty
8f9965115683   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   2 hours ago         Up 2 hours                   lucid_archimedes
61f30e6e1978   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   6 hours ago         Up 6 hours                   awesome_perlman
234c8fe39abd   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   6 hours ago         Up 6 hours                   hopeful_matsumoto
56b072c19e88   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  stoic_lichterman
7e94a1e36cf9   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  kind_pike
91481d75a2bc   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  priceless_williamson
1857f58c7991   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  zen_keldysh
6480d59ff94e   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  nice_lederberg
c34e5128cc92   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  great_newton
45d47947d259   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  strange_perlman
87c033e744cf   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  agitated_haibt
51055f22e2e5   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  upbeat_perlman
66fa7a221cb8   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  pensive_buck
75d79c48b6a1   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  bold_lumiere
7e673adaf935   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  beautiful_kepler
20030843eb47   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  jovial_hawking
618a5e89f13f   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  wonderful_germain
aedfbd4687ed   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  wonderful_bhabha
ec08319547ce   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  flamboyant_knuth
55befe1e3519   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  competent_meitner
93fd4affbf67   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  quizzical_burnell
dc6eb3c928b7   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  stupefied_poincare
48dc9b349986   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  jovial_jepsen
ce12bb6dc33e   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  frosty_hofstadter
5d786daf3189   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  eager_albattani
c86500866ff1   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  objective_noether
292311dfb298   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  practical_torvalds
bf4d30a45797   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   20 hours ago        Up 20 hours                  condescending_bouman
aa754b848675   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  magical_yonath
c8cab63bf7f8   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  serene_chebyshev
6f3bf66cc7c9   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  sad_colden
3b6192464457   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  flamboyant_golick
dd58a291b583   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  bold_ramanujan
097dc7a5bbbf   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  festive_pascal
5d3d78ca6c17   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  friendly_snyder
4df0287368f3   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  relaxed_lichterman
a3da1da5f5cc   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  brave_banach
8140b7380f30   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  epic_nobel
80ee65d03e18   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  relaxed_nash
53fcecee8acd   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  condescending_austin
889a24dfdbd1   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  wonderful_driscoll
7d44681d3204   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  fervent_bhabha
ec75c8f25d86   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  mystifying_nobel
65dd1dadeef4   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  wonderful_hopper
422efd871120   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  angry_dhawan
97f84d4f71ba   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  nostalgic_davinci
114a82464a36   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  infallible_torvalds
ab8f7b99b6bf   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  elated_feistel
720138647bdf   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  determined_lalande
592ab07c7fb4   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  thirsty_feistel
1c31e1d9b774   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  intelligent_heyrovsky
ff02ade81d6e   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  strange_meninsky
51acffd22f7f   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  upbeat_wing
8ed0ff2f4ac0   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   21 hours ago        Up 21 hours                  compassionate_shtern
6d006eef4e7d   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   23 hours ago        Up 23 hours                  naughty_cori
7b5227f1efb1   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   23 hours ago        Up 23 hours                  modest_jackson
f95671b36dc2   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   23 hours ago        Up 23 hours                  focused_khorana
76fad69dc253   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   23 hours ago        Up 23 hours                  determined_sutherland
bf2cb62bf17a   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   24 hours ago        Up 24 hours                  romantic_proskuriakova
ac65743e3aca   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   24 hours ago        Up 24 hours                  pedantic_bell
b77f697b87eb   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   24 hours ago        Up 24 hours                  gallant_gagarin
f520ae675e2b   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   24 hours ago        Up 24 hours                  compassionate_gould
2cb967c21869   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   24 hours ago        Up 24 hours                  modest_lalande
82467a545ec5   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   24 hours ago        Up 24 hours                  gifted_sutherland
2787943e26ea   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   24 hours ago        Up 24 hours                  tender_varahamihira
0cc4fe53c568   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   24 hours ago        Up 24 hours                  vigorous_visvesvaraya
4fc6934cb84d   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   24 hours ago        Up 24 hours                  hopeful_jang
25b09167af5f   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   24 hours ago        Up 24 hours                  quizzical_chandrasekhar
9af728ba7e06   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   24 hours ago        Up 24 hours                  hungry_chatelet
e0f4b8d07bef   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   24 hours ago        Up 24 hours                  crazy_bartik
f33d5410ec84   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   24 hours ago        Up 24 hours                  heuristic_antonelli
aa54c657a5d4   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   24 hours ago        Up 24 hours                  friendly_lalande
6be63372da2f   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   25 hours ago        Up 25 hours                  zealous_neumann
10b8d871481e   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   25 hours ago        Up 25 hours                  blissful_pare
a4ba0808dccb   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   25 hours ago        Up 25 hours                  lucid_shockley
1d29af351703   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   25 hours ago        Up 25 hours                  elated_goodall
bb8672cdf74a   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   25 hours ago        Up 25 hours                  trusting_torvalds
92f9a38d212f   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   25 hours ago        Up 25 hours                  goofy_napier
29304a824ee8   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   25 hours ago        Up 25 hours                  frosty_dewdney
657c3f2c38f6   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   25 hours ago        Up 25 hours                  nifty_banzai
ac3e39949deb   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   25 hours ago        Up 25 hours                  jovial_fermat
068681a32f77   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f t…"   25 hours ago        Up 25 hours                  charming_banac
richardj-bsquare commented 2 years ago

Here, I continually edited a terraform file by adding a space and saving multiple times, I ended up with these runs:

ocker ps
CONTAINER ID   IMAGE                                             COMMAND                  CREATED          STATUS          PORTS     NAMES
c7f167deafd9   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   6 seconds ago    Up 5 seconds              inspiring_lumiere
efe180cb8afc   bridgecrew/checkov:latest                         "/entrypoint.sh -v"      6 seconds ago    Up 5 seconds              objective_johnson
60885ef9d0ad   bridgecrew/checkov:latest                         "/entrypoint.sh -v"      6 seconds ago    Up 6 seconds              nervous_elgamal
b65ad5160e5b   bridgecrew/checkov:latest                         "/entrypoint.sh -v"      7 seconds ago    Up 6 seconds              elated_engelbart
0128da2204e3   bridgecrew/checkov:latest                         "/entrypoint.sh -v"      8 seconds ago    Up 7 seconds              cool_turing
157aa8d6ea71   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   8 seconds ago    Up 7 seconds              stupefied_shamir
3f875a81d2bc   bridgecrew/checkov:latest                         "/entrypoint.sh -v"      8 seconds ago    Up 7 seconds              gallant_cori
acc4484c99e0   bridgecrew/checkov:latest                         "/entrypoint.sh -v"      9 seconds ago    Up 8 seconds              wonderful_swanson
e09166a473d9   bridgecrew/checkov:latest                         "/entrypoint.sh -v"      9 seconds ago    Up 8 seconds              nifty_raman
c6899904beea   bridgecrew/checkov:latest                         "/entrypoint.sh -v"      10 seconds ago   Up 9 seconds              wizardly_rubin
2464b429f95e   bridgecrew/checkov:latest                         "/entrypoint.sh -v"      15 seconds ago   Up 14 seconds             vibrant_chandrasekhar
5461e1b6dda8   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   15 seconds ago   Up 14 seconds             relaxed_cray

Which ran and then settled to:

docker ps
CONTAINER ID   IMAGE                                             COMMAND                  CREATED              STATUS              PORTS     NAMES
157aa8d6ea71   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   About a minute ago   Up About a minute             stupefied_shamir
5461e1b6dda8   bridgecrew/checkov:2.0.941                        "/entrypoint.sh -f d…"   About a minute ago   Up About a minute             relaxed_cray

One of the tagged container runs, compete, but the above two remain running forever...