Boeing / config-file-validator

Cross Platform tool to validate configuration files
https://boeing.github.io/config-file-validator/
Apache License 2.0
324 stars 55 forks source link

Dockerfile linter #144

Closed ccoVeille closed 1 month ago

ccoVeille commented 5 months ago

Dockerfile is a pretty common configuration format.

They are many linters, I found this one in Go

https://github.com/zabio3/godolint

There are others of course.

So maybe, you could validate dockerfile

kehoecj commented 1 month ago

I think most projects already use hadolint which would be more robust than what we could provide. I think it's also slightly out of scope of the tool as we're focused on config files that can ultimately be tied to a schema.

ccoVeille commented 1 month ago

That's right.