Skip to content

Commit

Permalink
Update scorecards.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooodle authored Dec 21, 2024
1 parent 51577a0 commit 1defa44
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ on:
branches: ["main"]

# Declare default permissions as read only.
permissions: read-all
permissions:
# Needs to be read-all for general access
contents: read
security-events: write # For uploading security results
id-token: write # For publishing results
actions: read
issues: read
pull-requests: read
checks: read

jobs:
analysis:
Expand Down

0 comments on commit 1defa44

Please sign in to comment.