diff --git a/.gitea/workflows/sonarqube.yml b/.gitea/workflows/sonarqube.yml index ddfca07..6fbc629 100644 --- a/.gitea/workflows/sonarqube.yml +++ b/.gitea/workflows/sonarqube.yml @@ -15,14 +15,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Install Docker CLI - run: | - apt-get update - apt-get install -y docker.io - name: Debug workspace run: | pwd ls -la + find . -maxdepth 2 -type f - name: Run SonarScanner run: |