Skip to content

Adding Incremental Scanning to our common library to tackle the standalone use-case for our analyzers

Julian Thome requested to merge incremental into main

Closes gitlab-org/gitlab#350656 (closed)

What does this MR do?

Adding two new modes of operation:

  1. Incremental scanning: providing a list of files that are impacted by a change to the underlying analyzer.
  2. Filter affected: filter only those files from the resulting report that are impacted by the MR changes.

What are the relevant issue numbers?

gitlab-org/gitlab#350656 (closed)

Does this MR meet the acceptance criteria?

Edited by Julian Thome

Merge request reports