Skip to content

Commit c01e7d2

Browse files
committed
ci: disable semgrep static analysis in workflow
Semgrep check is temporarily disabled due to false positives and limited relevance to current shell/C test coverage. This can be re-enabled after rules are refined or codebase is adjusted. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
1 parent 7551c73 commit c01e7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preflight-checker-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: qualcomm-linux/qli-actions/.github/workflows/multi-checker.yml@main
1212
with:
1313
repolinter: true # default: true
14-
semgrep: true # default: true
14+
semgrep: false # default: true
1515
copyright-license-detector: true # default: true
1616
pr-check-emails: true # default: true
1717

0 commit comments

Comments
 (0)