Skip to content

Commit a6efbe0

Browse files
Added explicit permissions to check-run
1 parent e5ee26a commit a6efbe0

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
@@ -10,10 +10,14 @@ on:
1010
pull_request_target:
1111
types: [opened, synchronize]
1212

13+
permissions: {}
14+
1315
jobs:
1416
check-run:
1517
name: Check PR run
1618
uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main
19+
permissions:
20+
contents: read
1721

1822
sast:
1923
name: SAST scan

0 commit comments

Comments
 (0)