diff --git a/.github/workflows/Linty.yml b/.github/workflows/Linty.yml index 31a9e630c..dfee430a4 100644 --- a/.github/workflows/Linty.yml +++ b/.github/workflows/Linty.yml @@ -25,7 +25,6 @@ jobs: - name: Run Linty run: | docker run \ - --rm \ -e SONAR_HOST_URL=https://oss.linty-services.com \ -e SONAR_TOKEN="${{ secrets.LINTY_TOKEN }}" \ -e GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" \ @@ -45,3 +44,4 @@ jobs: path: | ./bugfinder_workdir/ ./.linty/ + include-hidden-files: true