Select the scope of source code annotations in SCM checks. The following different scopes are supported:
SKIP - Skip annotations
Do not publish any annotations, only report the static analysis report summary.
ALL - Publish annotations for all issues
Publish annotations for all issues. This includes new and all outstanding issues. There might be a lot of annotations depending on the quality of your code.
NEW - Only publish annotations for new issues
Publish annotations only for issues, that have been marked as new.
MODIFIED - Publish all annotations in modified code
Publish all annotations that are part of the modified code. This includes new and all outstanding issues. Additionally, all annotations for new issues are published, as they might be caused by changed code as well.