Skip to content

Commit 96bc3e7

Browse files
committed
Merge branch 'main' into demo
2 parents b0884a8 + f4bbb14 commit 96bc3e7

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.github/workflows/checkov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: checkov
22
on: [push]
3+
4+
permissions: read-all
5+
36
jobs:
47
checkov-job:
58
runs-on: ubuntu-latest

.github/workflows/terrascan.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
name: terrascan
12
on: [push]
23

4+
permissions: read-all
5+
6+
37
jobs:
48
terrascan_job:
59
runs-on: ubuntu-latest

.github/workflows/tfsec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches:
55
- main
66
pull_request:
7+
8+
permissions: read-all
9+
710
jobs:
811
tfsec:
912
name: tfsec

.github/workflows/tfsec_pr_commenter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: tfsec-pr-commenter
22
on:
33
pull_request:
4+
5+
permissions: read-all
6+
47
jobs:
58
tfsec:
69
name: tfsec PR commenter

0 commit comments

Comments
 (0)