tinkerbell / lint-install

Consistently install reasonable linter rules for open-source projects
Apache License 2.0
6 stars 7 forks source link

hadolint: Use --no-fail instead of -t info #15

Closed tstromberg closed 3 years ago

tstromberg commented 3 years ago

The intent was that if --dockerfile=warn, that hadolint would not fail.

Unfortunately, -t info still exited with a non-zero code. --no-fail yields the correct behavior.