Skip to content

Commit

Permalink
Update sdl.yml
Browse files Browse the repository at this point in the history
OpenSSF Scorecard requires top level permissions exist and at most are read-all (corrected).  Moved existing detailed permissions to the specific job.
  • Loading branch information
sfblackl-intel authored Dec 2, 2024
1 parent f79bccb commit ca23a75
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/sdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ on:
- master
- 'releases/**'

permissions:
actions: read
contents: read
security-events: write
permissions: read-all

concurrency:
# github.ref is not unique in post-commit
Expand All @@ -29,6 +26,10 @@ jobs:
run:
shell: bash
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

steps:
- name: Clone Openvino tokenizers sources and tests
Expand Down

0 comments on commit ca23a75

Please sign in to comment.