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
@jtheuer I can get * 1 * * ? * to work. Are you getting an error in this situation? I'm seeing this in the documentation.
You can't specify the Day-of-month and Day-of-week fields in the same cron expression.
If you specify a value (or a *) in one of the fields, you must use a ? (question mark) in the other.
Which was also corrected in your example and seems like an easy rule we can write. Thoughts?
cfn-lint version: (cfn-lint 0.27.5)
Description of issue.
Check should be probably in:
src/cfnlint/rules/resources/events/RuleScheduleExpression.py
The above
ScheduleExpression
is invalid (need a value for minute if hour is set). For examplecron(0 1 * * ? *)
Schedule Expressions for Rules documentation
The text was updated successfully, but these errors were encountered: