dockerfilelint
dockerfilelint copied to clipboard
Fix handling of --start-period option for HEALTHCHECK
As adressed in #166 is_valid_healthcheck() throws an error when the '--start-period' option is provided. This is due a broken regexp that doesn't handle the dash in the option name. This PR fixes this.
Any chance of a merge of this?
@marccampbell – another request for a review and merge when you get a chance!