Skip to content

Commit

Permalink
Reduce scorecard workflow permissions scope
Browse files Browse the repository at this point in the history
Signed-off-by: robert-cronin <[email protected]>
  • Loading branch information
robert-cronin committed Nov 29, 2024
1 parent 6dc5c0a commit c7f93be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ on:
branches: [ "main" ]

# Declare default permissions as read only.
permissions: read-all
permissions:
contents: read
id-token: write

jobs:
analysis:
Expand Down

0 comments on commit c7f93be

Please sign in to comment.