Skip to content

Commit 27b914a

Browse files
authored
Fix scorecard checks (#413)
1 parent db29d3c commit 27b914a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
results_file: results.sarif
2929
results_format: sarif
3030
publish_results: true
31+
# file_mode is needed in this repo because .gitattributes excludes the .github directory
32+
# (see https://github.com/ossf/scorecard/issues/4679#issuecomment-3013550752)
33+
file_mode: git
3134

3235
# Upload the results as artifacts (optional). Commenting out will disable
3336
# uploads of run results in SARIF format to the repository Actions tab.

0 commit comments

Comments
 (0)