diff --git a/eng/tsp-core/pipelines/publish.yml b/eng/tsp-core/pipelines/publish.yml index 0370880051..54cea54b69 100644 --- a/eng/tsp-core/pipelines/publish.yml +++ b/eng/tsp-core/pipelines/publish.yml @@ -16,7 +16,7 @@ extends: template: /eng/common/pipelines/templates/1es-redirect.yml parameters: BinSkimSettings: - analyzeTargetGlob: +:file|**/dist/*.exe;-:f|**/tsp.exe # Flag issue with node binary which we can't fix https://github.com/nodejs/node/issues/42100 + analyzeTargetGlob: +:file|*.exe;-:f|**/tsp.exe # Flag issue with node binary which we can't fix https://github.com/nodejs/node/issues/42100 variables: - template: /eng/tsp-core/pipelines/templates/variables/globals.yml@self