Skip to content

Commit 850df86

Browse files
authored
[ci] Apply recommendations for security and reliability #24 (#96)
Apply recommendations in code and documentation - [CI] restrict permissions to read-all instead of the default write-all
1 parent 7a33d6c commit 850df86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
types: [opened, reopened, synchronize]
66

7+
# As per Checkov CKV2_GHA_1
8+
permissions: read-all
9+
710
jobs:
811
soundness:
912
name: Soundness

0 commit comments

Comments
 (0)