Skip to content

Commit ebae3e4

Browse files
workflow: update scorecard.yml
1 parent 1c30828 commit ebae3e4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/scorecard.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,10 @@ jobs:
4747
publish_results: true
4848
log_level: debug # Daha detaylı log al
4949

50-
- name: "Check Scorecard output"
51-
run: cat results.sarif || echo "SARIF output not generated"
52-
53-
- name: "Debug: Check if results.sarif exists"
54-
run: ls -lah results.sarif || echo "results.sarif NOT FOUND"
55-
5650
- name: "Upload artifact"
5751
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db
5852
with:
5953
name: es-query-builder-sarif
60-
6154
path: results.sarif
6255
retention-days: 5
6356

0 commit comments

Comments
 (0)