Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
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
4 changes: 3 additions & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
security-events: write
actions: read
contents: read
# Needed to access OIDC token.
id-token: write

steps:
- name: "Checkout code"
Expand All @@ -34,7 +36,7 @@ jobs:
run: python ci/deps_parser.py

- name: "Run analysis"
uses: ossf/scorecard-action@68bf5b3327e4fd443d2add8ab122280547b4a16d
uses: ossf/scorecard-action@865b4092859256271290c77adbd10a43f4779972
with:
results_file: results.sarif
results_format: sarif
Expand Down