Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation: fix and update readme #789

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

m-ildefons
Copy link
Collaborator

  • Fix wrong information about the behavior of the --failure-threshold
    option.

  • Add instructions on how to build Hadolint against modified libraries
    to the development section.

Since #653 , Hadolint has
treated the failure threshold set by the --failure-threshold option as
inclusive and this has been reflected in the --help message text. But
the readme has never been updated.

fixes: #788

How to verify it

  • The readme now contains the same information as the --help text

- Fix wrong information about the behavior of the `--failure-threshold`
  option.

- Add instructions on how to build Hadolint against modified libraries
  to the development section.

Since hadolint#653 , Hadolint has
treated the failure threshold set by the `--failure-threshold` option as
inclusive and this has been reflected in the `--help` message text. But
the readme has never been updated.

fixes: hadolint#788
@lorenzo lorenzo merged commit 7e29359 into hadolint:master Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The --failure-threshold setting is treated as inclusive instead of exclusive
2 participants