OpenSCAP / openscap-daemon

Manages continuous scans of your infrastructure
https://www.open-scap.org/tools/openscap-daemon
GNU Lesser General Public License v2.1
106 stars 32 forks source link

Fixed typo that was causing schedule information not being written in tasks xml #83

Closed mvazquezc closed 8 years ago

mvazquezc commented 8 years ago

Issue:

When a new task is created, schedule information is not well written:

<schedule repeat_after="0" slip_mode="drop_missed_aligned" />

With this PR:

<schedule not_before="2016-06-01T08:52" repeat_after="0" slip_mode="drop_missed_aligned" />
ybznek commented 8 years ago

Sorry, we had some Jenkins issues. Jenkins, test this please, again.

mpreisler commented 8 years ago

Thanks for your contribution!