From 449293d74c00f50f752a2745ecde8cdf1af4c262 Mon Sep 17 00:00:00 2001 From: Matt Andreko Date: Tue, 29 Jul 2025 13:56:25 -0400 Subject: [PATCH] Add mistakenly removed parameters for Sonar (#15812) --- .github/workflows/scan.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index c96dae51c0e..57774fa9991 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -50,4 +50,7 @@ jobs: permissions: contents: read pull-requests: write - id-token: write \ No newline at end of file + id-token: write + with: + sonar-test-inclusions: "**/*.spec.ts" + sonar-exclusions: "**/*.spec.ts"