Skip to content

Commit 9e4f70e

Browse files
committed
fix(checkov): add permissions to GitHub Actions CD
1 parent 83fd0ba commit 9e4f70e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/cd.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ on:
66
- main
77
- '*.*'
88

9+
permissions:
10+
contents: read
11+
id-token: read
12+
actions: read
13+
checks: write
14+
deployments: write
15+
pull-requests: read
16+
917
jobs:
1018
deploy:
1119
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)