Skip to content

Commit 0631fd3

Browse files
Added explicit permissions to check-run (#215)
1 parent 9585dc6 commit 0631fd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/scan.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ on:
1414
branches:
1515
- main
1616

17+
permissions: {}
18+
1719
jobs:
1820
check-run:
1921
name: Check PR run
2022
uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main
23+
permissions:
24+
contents: read
2125

2226
sast:
2327
name: SAST scan

0 commit comments

Comments
 (0)