Skip to content

Commit 23bf5e8

Browse files
committed
Fix linting errors
1 parent 7815b17 commit 23bf5e8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/linters/.checkov.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
quiet: true
2+
skip-check:
3+
- CKV_GHA_7

.github/workflows/example-workflow.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
default: 'World'
1010
type: string
1111

12+
permissions:
13+
actions: read
14+
contents: read
15+
1216
jobs:
1317
say-hello:
1418
name: Say Hello

0 commit comments

Comments
 (0)