We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c30828 commit ebae3e4Copy full SHA for ebae3e4
.github/workflows/scorecard.yml
@@ -47,17 +47,10 @@ jobs:
47
publish_results: true
48
log_level: debug # Daha detaylı log al
49
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
56
- name: "Upload artifact"
57
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db
58
with:
59
name: es-query-builder-sarif
60
61
path: results.sarif
62
retention-days: 5
63
0 commit comments