From 0f0f97c947a6a58c9f23a8cf41572f5cbd0b365f Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Mon, 21 Oct 2024 18:13:05 +0200 Subject: [PATCH] Ignore json export with ssh key --- .github/workflows/scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index f337e17aa..9af36d663 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -74,4 +74,4 @@ jobs: args: > -Dsonar.organization=${{ github.repository_owner }} -Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }} - -Dsonar.exclusions=languages/** + -Dsonar.exclusions=languages/**,crates/bitwarden-exporters/resources/json_export.json