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

feat: BUILD_COMMIT_ID key #339

Closed miki725 closed 3 weeks ago

miki725 commented 3 weeks ago

Description

this should allow to at find the commit id of the build in case chalk could not interact with the .git folder.

Testing

➜ make tests args="test_plugins.py::test_github test_plugins.py::test_gitlab"
miki725 commented 3 weeks ago

yeah it doesnt expose that as usually its one of the steps within the pipeline to checkout code so its not part of the env var, at least as per its docs