File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- name : Dependabot metadata
13
13
id : dependabot-metadata
14
- uses : dependabot/fetch-metadata@v1.4 .0
14
+ uses : dependabot/fetch-metadata@v1.6 .0
15
15
with :
16
16
github-token : ${{ secrets.GITHUB_TOKEN }}
17
17
- name : Approve a PR
Original file line number Diff line number Diff line change 18
18
fetch-depth : 0
19
19
- name : MegaLinter
20
20
id : ml
21
- uses : megalinter/megalinter/flavors/terraform@v6.22.2
21
+ uses : megalinter/megalinter/flavors/terraform@v7.4.0
22
22
env :
23
23
VALIDATE_ALL_CODEBASE : true
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/compilerla/conventional-pre-commit
4
- rev : v2.2 .0
4
+ rev : v2.4 .0
5
5
hooks :
6
6
- id : conventional-pre-commit
7
7
stages : [commit-msg]
34
34
args :
35
35
- -b main
36
36
- repo : https://github.com/antonbabenko/pre-commit-terraform
37
- rev : v1.79.1
37
+ rev : v1.83.4
38
38
hooks :
39
39
- id : terraform_fmt
40
40
- id : terraform_tflint
@@ -45,19 +45,12 @@ repos:
45
45
- --hook-config=--create-file-if-not-exist=true
46
46
- id : terraform_tfsec
47
47
- id : terraform_validate
48
- - repo : local
49
- hooks :
50
- - id : kics-scan-local
51
- name : Kics scan
52
- language : docker_image
53
- entry : checkmarx/kics scan -p /src --no-progress
54
- verbose : true
55
48
- repo : https://github.com/sirosen/check-jsonschema
56
- rev : 0.23 .0
49
+ rev : 0.27 .0
57
50
hooks :
58
51
- id : check-github-workflows
59
52
- repo : https://github.com/pre-commit/mirrors-prettier
60
- rev : v3.0.0-alpha.9-for-vscode
53
+ rev : v3.0.3
61
54
hooks :
62
55
- id : prettier
63
56
stages : [commit]
You can’t perform that action at this time.
0 commit comments