Skip to content

Update reference for Operational Container Scanning cron syntax

Shao Ming Tan requested to merge fix-ocs-cron-reference into master

What does this MR do and why?

A customer reported that the link to the cron syntax in the operational container scanning documentation is incorrect as the first field represents Seconds when OCS processes it as Minutes.

For context, OCS uses v3 of the https://github.com/robfig/cron library which adopts the standard cron parsing.

From the library's readme:

... The new default parser conforms to the standard as described by the Cron wikipedia page.

This MR updates the link to the cron syntax to the Cron wikipedia page which is what the cron library OCS uses reference.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading