Skip to content

Commit 9e748ec

Browse files
author
Sebastien Stormacq
committed
Add compliance to CKV2_GHA_1 security check
1 parent d8aa38b commit 9e748ec

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: IntegrationTests
22

3+
# As per Checkov CKV2_GHA_1
4+
permissions: read-all
5+
36
on:
47
workflow_call:
58
inputs:

.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)