Skip to content

Update language detection for SAST NO_DIND spotbugs coverage

What does this MR do?

Fixes bug in spotbugs analyzer's language detection. Before this fix the target languages of scala and groovy were excluded for SAST scans when using SAST_DISABLE_DIND mode. This MR realigns the detection logic with spotbugs plugin detection logic.

Fixes #119092 (closed)

Groovy

NOTE: We could not use the standard tests/java-groovy project since it includes Java and we wanted to test a pure-groovy detection

Scala

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Lucas Charles

Merge request reports