diff --git a/jenkins/TensorRT_LLM_PLC.groovy b/jenkins/TensorRT_LLM_PLC.groovy index 3186024aa7e0..618e352470d2 100644 --- a/jenkins/TensorRT_LLM_PLC.groovy +++ b/jenkins/TensorRT_LLM_PLC.groovy @@ -208,7 +208,7 @@ def pulseScanSourceCode(llmRepo, branchName) { "PULSE_SCAN_VULNERABILITY_REPORT=nspect_scan_report.json", "PULSE_SCAN_OVERRIDE=false" ]) { - sh 'pulse scan --no-fail --sbom .' + sh 'pulse scan --no-fail --exclude-detectors PIP --sbom .' } } }