Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
results_file: results.sarif
results_format: sarif
publish_results: true
# file_mode is needed in this repo because .gitattributes excludes the .github directory
# (see https://github.com/ossf/scorecard/issues/4679#issuecomment-3013550752)
file_mode: git

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