Skip to content

Commit 3998bc5

Browse files
committed
address security flag CKV2_GHA_1
1 parent f2f31a1 commit 3998bc5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
pull_request:
99
types: [opened, reopened, synchronize]
1010

11+
# As per Checkov CKV2_GHA_1
12+
permissions: read-all
13+
1114
jobs:
1215
soundness:
1316
name: Soundness

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ DerivedData/
1111
.swiftpm/config/registries.json
1212
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
1313
*key
14+
.ash

0 commit comments

Comments
 (0)