Skip to content

Commit d0458a7

Browse files
Added explicit permissions to check-run
1 parent bb67e87 commit d0458a7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/scan.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ on:
1818

1919
permissions: {}
2020

21+
permissions: {}
22+
2123
jobs:
2224
check-run:
2325
name: Check PR run
2426
uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main
27+
permissions:
28+
contents: read
2529

2630
sast:
2731
name: SAST scan

0 commit comments

Comments
 (0)