Skip to content

0.3.0

Compare
Choose a tag to compare
@usercont-release-bot usercont-release-bot released this 15 Nov 09:03
4f14587

New Features

  • You can configure timeout for checks now:
    • This can be done via CLI or add timeout: <seconds> to a check in a ruleset.
    • Default timeout is set to 10 minutes.
  • Checks can be skipped via CLI option --skip.

Breaking changes

  • Colin searches a value in label now instead of matching it using a regex.

Fixes

  • Output a sensible error message when the check code cannot be found.
  • Handle the situation when the instruction FROM is missing in testing image tag.