Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/scorecard-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
group: ${{github.workflow}}-${{github.event.pull_request.number||github.ref}}

# Declare default workflow permissions as read only.
permissions: read-all

Check warning on line 42 in .github/workflows/scorecard-scanner.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

scorecard-scanner.yaml:42: overly broad permissions: uses read-all permissions

jobs:
run-scorecard:
Expand All @@ -58,7 +58,7 @@

- name: Run Scorecard analysis
# yamllint disable rule:line-length
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
with:
# Save the results
results_file: scorecard-results.sarif
Expand Down
Loading