Commit afbf42aa authored by Zach Rice's avatar Zach Rice Committed by Shinya Maeda

Update nodejs-scan rule to wildcard prefix

parent 0af6e710
---
title: Update nodejs-scan rule to wildcard prefix
merge_request: 48902
author:
type: changed
...@@ -173,7 +173,7 @@ nodejs-scan-sast: ...@@ -173,7 +173,7 @@ nodejs-scan-sast:
- if: $CI_COMMIT_BRANCH && - if: $CI_COMMIT_BRANCH &&
$SAST_DEFAULT_ANALYZERS =~ /nodejs-scan/ $SAST_DEFAULT_ANALYZERS =~ /nodejs-scan/
exists: exists:
- 'package.json' - '**/package.json'
phpcs-security-audit-sast: phpcs-security-audit-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