Skip to content

Commit 4e154c4

Browse files
committed
Update template
1 parent 0c17171 commit 4e154c4

File tree

4 files changed

+151
-149
lines changed

4 files changed

+151
-149
lines changed

.copier-answers.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
# Changes here will be overwritten by Copier
3-
_commit: v2.30.0
3+
_commit: v2.34.0
44
_src_path: gh:remerge/template
55
project_id: ansible-role-nomad
66
project_license: apache-2.0
77
project_name: Ansible Role for Nomad
88
project_owner: core
99
project_type: ansible-role
1010
use_python: true
11+
use_ruby: false

.pre-commit-config.yaml

+3-6
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ repos:
1818
- id: check-merge-conflict
1919
- id: check-shebang-scripts-are-executable
2020
- id: check-symlinks
21-
- id: check-toml
2221
- id: check-vcs-permalinks
23-
- id: check-xml
24-
- id: check-yaml
2522
- id: destroyed-symlinks
2623
- id: detect-private-key
2724
- id: end-of-file-fixer
@@ -78,11 +75,11 @@ repos:
7875

7976
# https://github.com/bridgecrewio/checkov/tags
8077
- repo: https://github.com/bridgecrewio/checkov
81-
rev: "3.2.235"
78+
rev: "3.2.254"
8279
hooks:
8380
- id: checkov
8481
name: checkov
85-
args: [--config-file=.checkov.yml]
82+
args: [--config-file=.checkov.yml, --skip-path=vendor]
8683

8784
# https://github.com/jorisroovers/gitlint/tags
8885
- repo: https://github.com/jorisroovers/gitlint
@@ -99,7 +96,7 @@ repos:
9996

10097
# https://github.com/ansible/ansible-lint/tags
10198
- repo: https://github.com/ansible/ansible-lint
102-
rev: "v24.7.0"
99+
rev: "v24.9.0"
103100
hooks:
104101
- id: ansible-lint
105102
name: ansible-lint

0 commit comments

Comments
 (0)