Skip to content

Commit 9f4cd9a

Browse files
Add explicit permissions to audit job for security
Co-authored-by: maor-rozenfeld <49363375+maor-rozenfeld@users.noreply.github.com>
1 parent 6bb57d7 commit 9f4cd9a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
audit:
2929
name: Security Audit
3030
needs: install
31+
permissions:
32+
contents: read
3133
runs-on: ubuntu-latest
3234
steps:
3335
- uses: actions/checkout@v5.0.1

0 commit comments

Comments
 (0)