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

fix: _IMAGE_ONBUILD is a list, not a string #336

Closed miki725 closed 3 weeks ago

miki725 commented 3 weeks ago

Issue

no impact to anything. chalk was still reporting it correctly. just a warning message

Description

there are warnings:

warn: docker: JSON key Config.OnBuild associated with chalk key '_IMAGE_ONBUILD' is not of the expected type. Using it anyway.

the key has an incorrect type. ONBUILD must be an array but chalk was defining it as a string