From 4ebaf3b9cce00cefc49862a0d8414316323d5513 Mon Sep 17 00:00:00 2001 From: ArtursJustels Date: Wed, 27 May 2026 10:23:51 +0000 Subject: [PATCH] fix: add secrets --- .github/workflows/sonar-scan.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/sonar-scan.yml b/.github/workflows/sonar-scan.yml index 4b6a920..b98a46f 100644 --- a/.github/workflows/sonar-scan.yml +++ b/.github/workflows/sonar-scan.yml @@ -1,6 +1,11 @@ name: Scanning flow on: workflow_call: + secrets: + SONARQUBE_HOST: + required: true + SONARQUBE_TOKEN: + required: true jobs: sonarqube-scan: