1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Add mistakenly removed parameters for Sonar (#15812)

This commit is contained in:
Matt Andreko
2025-07-29 13:56:25 -04:00
committed by GitHub
parent a7d3c0f5c2
commit 449293d74c

View File

@@ -51,3 +51,6 @@ jobs:
contents: read contents: read
pull-requests: write pull-requests: write
id-token: write id-token: write
with:
sonar-test-inclusions: "**/*.spec.ts"
sonar-exclusions: "**/*.spec.ts"