Commit c9fdcda2 authored by Stan Hu's avatar Stan Hu

Merge branch 'semgrep_java_support' into 'master'

Adding semgrep support for Java

See merge request gitlab-org/gitlab!85086
parents da9f057d 3f969c41
......@@ -251,6 +251,7 @@ semgrep-sast:
image:
name: "$SAST_ANALYZER_IMAGE"
variables:
SEARCH_MAX_DEPTH: 20
SAST_ANALYZER_IMAGE_TAG: 2
SAST_ANALYZER_IMAGE: "$SECURE_ANALYZERS_PREFIX/semgrep:$SAST_ANALYZER_IMAGE_TAG$SAST_IMAGE_SUFFIX"
rules:
......@@ -267,6 +268,7 @@ semgrep-sast:
- '**/*.tsx'
- '**/*.c'
- '**/*.go'
- '**/*.java'
sobelow-sast:
extends: .sast-analyzer
......
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