Skip to content
Closed
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
6 changes: 3 additions & 3 deletions .github/workflows/strix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ jobs:
timeout-minutes: 45
runs-on: ubuntu-latest
# Least-privilege token scoped to this job (Scorecard alert #43): the scan
# exchanges an OIDC token (id-token) and keeps commit status writes scoped
# to this scan job; publication still prefers exchanged app/secret tokens below.
# exchanges an OIDC token (id-token) and keeps GITHUB_TOKEN read-only for
# commit statuses; status publication uses exchanged app/secret tokens below.
permissions:
actions: read
contents: read
id-token: write
models: read
statuses: write
statuses: read
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
steps:
Expand Down
Loading