From 9daed5565a220a52dccd92255b93dab483e5b54c Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Thu, 13 Jun 2024 09:10:51 -0700 Subject: [PATCH] Component Governance Fix round 6 (#21021) ### Description ### Motivation and Context --- .../component-governance-component-detection-steps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/component-governance-component-detection-steps.yml b/tools/ci_build/github/azure-pipelines/templates/component-governance-component-detection-steps.yml index 62785b6413..a78697498a 100644 --- a/tools/ci_build/github/azure-pipelines/templates/component-governance-component-detection-steps.yml +++ b/tools/ci_build/github/azure-pipelines/templates/component-governance-component-detection-steps.yml @@ -28,8 +28,8 @@ steps: # ignore BinariesDirectory. BinariesDirectory is used for build output, not for onnxruntime package ignoreDirectories: '$(Build.Repository.LocalPath)/cmake/external/emsdk/upstream/emscripten/tests, - $(Build.Repository.LocalPath)/cmake/external/onnx/third_party, - $(Build.SourcesDirectory)/cmake/external/onnx/third_party, + $(Build.Repository.LocalPath)/cmake/external/onnx/third_party/benchmark, + $(Build.Repository.LocalPath)/cmake/external/onnx/third_party/pybind11, $(Build.Repository.LocalPath)/cmake/external/onnxruntime-extensions, $(Build.Repository.LocalPath)/js/react_native/e2e/node_modules, $(Build.SourcesDirectory)/onnxruntime-inference-examples,