You can create tasks with default settings or with settings specified in a configuration file.
You can create tasks of the following types: ODS, Update, Rollback, and ContainerScan.
To create a task with default settings, execute the following command:
kics-control [-T] --create-task <task name> --type <task type>
where:
<task name> is the name you specify for a new task<task type> is the type of taskA task of the specified type is created with default settings.
To create a task with the settings specified in the configuration file, execute the following command:
kics-control [-T] --create-task <task name> --type <task type> --file <full path to the configuration file>
where:
<task name> is the name you specify for a new task<task type> is the type of task<full path to the configuration file> is the full path to the configuration fileA task of the specified type is created with settings specified in a configuration file.