From 081a469a119508675ea25c1afbb237ff87423056 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 8 Oct 2025 09:14:35 +0200 Subject: [PATCH] remove folders causing errors in report --- .github/workflows/codacy-analysis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index ffa810ab..58b30a0a 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -26,6 +26,9 @@ jobs: - name: Checkout code uses: actions/checkout@v5 + - name: Remove folders causing errors in report + run: rm -rf doc img *.md + # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI uses: codacy/codacy-analysis-cli-action@v4