Updated on 2024-04-16 GMT+08:00

Configuring Check Modes

You can set check modes and checked catalogs for efficiency.

Neither C# nor the secbrella engine supports merge requests.

Configuring Check Modes

  1. Go to the Task page. In the task list, click a task name.
  2. On the displayed View Task Details page, click Settings > Check Modes.
  3. In the MR Check area, select Changed Files or Full Code. By default, Changed Files is selected.

  4. Click Save.

Configuring Checked Catalogs

  1. Go to the Task page. In the task list, click a task name.
  2. On the displayed View Task Details page, click Settings > Check Modes.
  3. Configure catalogs to be checked.

    You can specify certain directories to be checked in the code repository.

    • By default, all code in the code repository is checked.
    • If you specify one or more directories, the files in the specified directories are checked.

    You can specify multiple directories by separating them with commas (,). For example:

    • To check the dir1 and dir2 directories, enter dir1,dir2.
    • To check dir3 in the dir1 directory, enter dir1/dir3.
    • You need to specify directories instead of file names. By default, all code in the code repository is checked.
    • The specified directories cannot start with a period (.).

  4. Click Save.