Commit 2d0d5704 authored by Shinya Maeda's avatar Shinya Maeda

Merge branch '281586_monorepo_nodejsscan' into 'master'

Update nodejs-scan rule to wildcard prefix

See merge request gitlab-org/gitlab!48902
parents 49964c9e afbf42aa
---
title: Update nodejs-scan rule to wildcard prefix
merge_request: 48902
author:
type: changed
......@@ -173,7 +173,7 @@ nodejs-scan-sast:
- if: $CI_COMMIT_BRANCH &&
$SAST_DEFAULT_ANALYZERS =~ /nodejs-scan/
exists:
- 'package.json'
- '**/package.json'
phpcs-security-audit-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