File tree 4 files changed +151
-149
lines changed
4 files changed +151
-149
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
# Changes here will be overwritten by Copier
3
- _commit : v2.30 .0
3
+ _commit : v2.34 .0
4
4
_src_path : gh:remerge/template
5
5
project_id : ansible-role-nomad
6
6
project_license : apache-2.0
7
7
project_name : Ansible Role for Nomad
8
8
project_owner : core
9
9
project_type : ansible-role
10
10
use_python : true
11
+ use_ruby : false
Original file line number Diff line number Diff line change @@ -18,10 +18,7 @@ repos:
18
18
- id : check-merge-conflict
19
19
- id : check-shebang-scripts-are-executable
20
20
- id : check-symlinks
21
- - id : check-toml
22
21
- id : check-vcs-permalinks
23
- - id : check-xml
24
- - id : check-yaml
25
22
- id : destroyed-symlinks
26
23
- id : detect-private-key
27
24
- id : end-of-file-fixer
@@ -78,11 +75,11 @@ repos:
78
75
79
76
# https://github.com/bridgecrewio/checkov/tags
80
77
- repo : https://github.com/bridgecrewio/checkov
81
- rev : " 3.2.235 "
78
+ rev : " 3.2.254 "
82
79
hooks :
83
80
- id : checkov
84
81
name : checkov
85
- args : [--config-file=.checkov.yml]
82
+ args : [--config-file=.checkov.yml, --skip-path=vendor ]
86
83
87
84
# https://github.com/jorisroovers/gitlint/tags
88
85
- repo : https://github.com/jorisroovers/gitlint
99
96
100
97
# https://github.com/ansible/ansible-lint/tags
101
98
- repo : https://github.com/ansible/ansible-lint
102
- rev : " v24.7 .0"
99
+ rev : " v24.9 .0"
103
100
hooks :
104
101
- id : ansible-lint
105
102
name : ansible-lint
You can’t perform that action at this time.
0 commit comments