Commit e3bf9cef authored by Daniel Paul Searles's avatar Daniel Paul Searles

Update semgrep to run for javascript

* Update semgrep analyzer in SAST.gitlab-ci.yml to trigger for
  JavaScript, TypeScript, and React files.
* Update docs to mention that semgrep can work for JavaScript,
  TypeScript, and React
parent aa8384f1
---
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:
$SAST_EXPERIMENTAL_FEATURES == 'true'
exists:
- '**/*.py'
- '**/*.js'
- '**/*.jsx'
- '**/*.ts'
- '**/*.tsx'
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