Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
hollow committed Sep 23, 2024
1 parent 0568fad commit b4ace9c
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 149 deletions.
3 changes: 2 additions & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
# Changes here will be overwritten by Copier
_commit: v2.30.0
_commit: v2.34.0
_src_path: gh:remerge/template
project_id: ansible-role-zfs
project_license: apache-2.0
project_name: Ansible Role for ZFS
project_owner: core
project_type: ansible-role
use_python: true
use_ruby: false
9 changes: 3 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ repos:
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-symlinks
- id: check-toml
- id: check-vcs-permalinks
- id: check-xml
- id: check-yaml
- id: destroyed-symlinks
- id: detect-private-key
- id: end-of-file-fixer
Expand Down Expand Up @@ -78,11 +75,11 @@ repos:

# https://github.com/bridgecrewio/checkov/tags
- repo: https://github.com/bridgecrewio/checkov
rev: "3.2.235"
rev: "3.2.254"
hooks:
- id: checkov
name: checkov
args: [--config-file=.checkov.yml]
args: [--config-file=.checkov.yml, --skip-path=vendor]

# https://github.com/jorisroovers/gitlint/tags
- repo: https://github.com/jorisroovers/gitlint
Expand All @@ -99,7 +96,7 @@ repos:

# https://github.com/ansible/ansible-lint/tags
- repo: https://github.com/ansible/ansible-lint
rev: "v24.7.0"
rev: "v24.9.0"
hooks:
- id: ansible-lint
name: ansible-lint
Expand Down
Loading

0 comments on commit b4ace9c

Please sign in to comment.