Skip to content

Commit 7fa83b3

Browse files
author
Arnel Jan Sarmiento
committed
chore: Update CI workflow permissions for secret scanning to enhance security and access control.
1 parent 43893c1 commit 7fa83b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
security:
5252
name: Secret scan
5353
runs-on: ubuntu-latest
54+
permissions:
55+
contents: read
56+
id-token: write
57+
pull-requests: read
5458
steps:
5559
- uses: actions/checkout@v4
5660
- uses: gitleaks/gitleaks-action@v2

0 commit comments

Comments
 (0)