Tekton Task annotations Package

Policies to verify that a Tekton Task definition uses well formed expected annotations .

Package Name

  • annotations

Rules Included

Task definition uses expires-on annotation in RFC3339 format

Make sure to use the date format in RFC3339 format in the "build.appstudio.redhat.com/expires-on" annotation.

  • Rule type: FAILURE

  • FAILURE message: Expires on time is not in RFC3339 format: %q

  • Code: annotations.expires_on_format

  • Source