Fix: Sonarqube workflow container execution
SonarQube Analysis / sonar (push) Failing after 5s

This commit is contained in:
2026-05-04 07:28:34 +00:00
parent 4b080259a6
commit 092264f1f2
+1 -4
View File
@@ -15,14 +15,11 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Docker CLI
run: |
apt-get update
apt-get install -y docker.io
- name: Debug workspace - name: Debug workspace
run: | run: |
pwd pwd
ls -la ls -la
find . -maxdepth 2 -type f
- name: Run SonarScanner - name: Run SonarScanner
run: | run: |