crashappsec / chalk

Chalk allows you to follow code from development, through builds and into production.
https://crashoverride.com/
GNU General Public License v3.0
322 stars 11 forks source link

report <entrypoint> --version in chalk exec #273

Open miki725 opened 2 months ago

miki725 commented 2 months ago

the idea is that when chalk executes something like:

chalk exec -- python ....

we can figure out that we are executing a python program. we can therefore also attempt to call <cmd> --version or <cmd> version to report on the version used.

for example that might help in figuring out how many python 2 applications are still deployed across org/etc