Skip to content

Commit fa4ed3b

Browse files
committed
Fix:Address the SAST finding by adding explicit permissions to the GitHub Actions workflow
1 parent a0d9fa9 commit fa4ed3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Test package against Go versions
22

33
on: [ push, pull_request ]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
test:
710
runs-on: ${{ matrix.os }}-latest

0 commit comments

Comments
 (0)