We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a33d6c commit 850df86Copy full SHA for 850df86
.github/workflows/pull_request.yml
@@ -4,6 +4,9 @@ on:
4
pull_request:
5
types: [opened, reopened, synchronize]
6
7
+# As per Checkov CKV2_GHA_1
8
+permissions: read-all
9
+
10
jobs:
11
soundness:
12
name: Soundness
0 commit comments