Commit a50d1713 authored by Alex Kalderimis's avatar Alex Kalderimis

Merge branch 'js-semgrep' into 'master'

Update semgrep to run for javascript

See merge request gitlab-org/gitlab!55257
parents 6ce88e04 e3bf9cef
---
title: Add JavaScript, TypeScript, and React support to the semgrep analyzer.
merge_request: 55257
author:
type: added
This diff is collapsed.
...@@ -303,6 +303,10 @@ semgrep-sast: ...@@ -303,6 +303,10 @@ semgrep-sast:
$SAST_EXPERIMENTAL_FEATURES == 'true' $SAST_EXPERIMENTAL_FEATURES == 'true'
exists: exists:
- '**/*.py' - '**/*.py'
- '**/*.js'
- '**/*.jsx'
- '**/*.ts'
- '**/*.tsx'
sobelow-sast: sobelow-sast:
extends: .sast-analyzer 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