include

Specifies an array of filenames or glob patterns to include in the scan. The paths and patterns are resolved relative to the root project path, where the -r parameter points toβ€”or to the current working directory if -r is not provided.

.omletrc
{
  "include": ["glob/one", "glob/two"]
}

Last updated