fix: add secrets

This commit is contained in:
2026-05-27 10:23:51 +00:00
parent 63f02ffb5b
commit 4ebaf3b9cc

View File

@@ -1,6 +1,11 @@
name: Scanning flow
on:
workflow_call:
secrets:
SONARQUBE_HOST:
required: true
SONARQUBE_TOKEN:
required: true
jobs:
sonarqube-scan: