From ebae3e46d9daf655edf284a61768d2d4f66f3ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ksel=20K=C3=BC=C3=A7=C3=BCk=C5=9Fahin?= Date: Sun, 2 Feb 2025 01:37:55 +0300 Subject: [PATCH] workflow: update scorecard.yml --- .github/workflows/scorecard.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index fd92177..d2f20ea 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -47,17 +47,10 @@ jobs: publish_results: true log_level: debug # Daha detaylı log al - - name: "Check Scorecard output" - run: cat results.sarif || echo "SARIF output not generated" - - - name: "Debug: Check if results.sarif exists" - run: ls -lah results.sarif || echo "results.sarif NOT FOUND" - - name: "Upload artifact" uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db with: name: es-query-builder-sarif - path: results.sarif retention-days: 5