Commit 31a2cb43 authored by Lucas Charles's avatar Lucas Charles Committed by Nick Gaskill

Add SAST NO-DinD note about not scanning MRs

Adds note to SAST No-DinD docs to clarify that
introduced languages and/or frameworks will not
be scanned within the context of a Merge Request

See https://gitlab.com/gitlab-org/gitlab/-/issues/211694#note_319207982
for related discussion
parent 1fc514cc
......@@ -195,6 +195,11 @@ looks for `*.java` files to spin up the [spotbugs](https://gitlab.com/gitlab-org
image, while orchestrator only looks for the existence of `pom.xml`, `build.xml`, `gradlew`,
`grailsw`, or `mvnw`.
NOTE: **Note:**
With the current language detection logic, any new languages or frameworks introduced within the
context of a merge request don't trigger a corresponding scan. These scans only occur once the code
is committed to the default branch.
#### Enabling kubesec analyzer
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/12752) in GitLab Ultimate 12.6.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment