Skip to content

Commit 90bb077

Browse files
Added explicit permissions to check-run (#344)
1 parent dd6fe58 commit 90bb077

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,11 +14,15 @@ on:
1414
branches:
1515
- "main"
1616

17+
permissions: {}
18+
1719
# TODO: see https://bitwarden.atlassian.net/l/cp/SLtTZJ90 for configuration tips
1820
jobs:
1921
check-run:
2022
name: Check PR run
2123
uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main
24+
permissions:
25+
contents: read
2226

2327
sast:
2428
name: SAST scan

0 commit comments

Comments
 (0)