Skip to content

Commit 27471f1

Browse files
authored
Merge pull request #20 from zMynxx/patch-1
feat(permissions): security enchanced
2 parents 09c0b2a + 45272a1 commit 27471f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
scanning:
3535
name: GitGuardian scan
3636
runs-on: ubuntu-latest
37+
permissions:
38+
contents: read
3739
steps:
3840
- name: Checkout
3941
uses: actions/checkout@v4
@@ -65,6 +67,8 @@ jobs:
6567
scanning:
6668
name: GitGuardian scan
6769
runs-on: ubuntu-latest
70+
permissions:
71+
contents: read
6872
steps:
6973
- name: Checkout
7074
uses: actions/checkout@v4

0 commit comments

Comments
 (0)