mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-31 07:33:28 +00:00
Added explicit permissions to check-run (#794)
This commit is contained in:
4
.github/workflows/scan.yml
vendored
4
.github/workflows/scan.yml
vendored
@@ -14,10 +14,14 @@ on:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
check-run:
|
||||
name: Check PR run
|
||||
uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
sast:
|
||||
name: SAST scan
|
||||
|
||||
Reference in New Issue
Block a user