Skip to content

Commit

Permalink
workflow: update scorecard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GokselKUCUKSAHIN committed Feb 1, 2025
1 parent 1c30828 commit ebae3e4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ebae3e4

Please sign in to comment.