Skip to content

Commit

Permalink
update rationale (#4222)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorschw committed Apr 15, 2024
1 parent 45375e0 commit 885bde2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class DockerImageTagIsNotOutdated(BaseValidator[ContentTypes]):
error_code = "DO106"
description = "Validate that the given content-item's docker image isnt outdated'"
rationale = "Updated docker images ensure the code dont use outdated dependencies, including bugfixes and fixed vulnerabilities."
rationale = "Updated Docker images ensure that the code doesn't use outdated dependencies, including bug fixes and fixed vulnerabilities."
error_message = "docker image {0}'s tag {1} is outdated. The latest tag is {2}"

fix_message = "docker image {0} has been updated to {1}"
Expand Down

0 comments on commit 885bde2

Please sign in to comment.