Commit 3f969c41 authored by Julian Thome's avatar Julian Thome Committed by Stan Hu

Adding semgrep support for Java

parent fc416b60
......@@ -250,6 +250,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"
rules:
......@@ -266,6 +267,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