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 db29d3c commit 27b914aCopy full SHA for 27b914a
.github/workflows/ossf-scorecard.yml
@@ -28,6 +28,9 @@ jobs:
28
results_file: results.sarif
29
results_format: sarif
30
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
34
35
# Upload the results as artifacts (optional). Commenting out will disable
36
# uploads of run results in SARIF format to the repository Actions tab.
0 commit comments