You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to change the severity of a default rule. In particular, I'd like to change label: is_latest_tag from level: error to level: info. I could export the default rules file using dockerfile_lint -e and then modify that file. Is there a more elegant solution that doesn't require duplicating the default rules file?
I'd like to change the severity of a default rule. In particular, I'd like to change
label: is_latest_tag
fromlevel: error
tolevel: info
. I could export the default rules file usingdockerfile_lint -e
and then modify that file. Is there a more elegant solution that doesn't require duplicating the default rules file?cc @suujia
The text was updated successfully, but these errors were encountered: