Skip to content

Commit

Permalink
docs(pre-commit-hook): pre-commit-update tag-prefix info (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvassallo authored Sep 9, 2024
1 parent 805a1d7 commit 4202b14
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,17 +713,16 @@ Guard is available as a pre-commit hook and offers both the `test` and `validate
```yaml
# Since the cfn-guard hook's tagging strategy is incompatible
# with pre-commit's autoupdate feature, you may want to make an
# exclusion for it using the pre-commit-update hook. If you don't
# require the autoupdate feature, you may skip the pre-commit-update
# hook.
# with pre-commit's autoupdate feature, you may want to use
# the pre-commit-update hook. If you don't require the autoupdate
# feature, you may skip the pre-commit-update hook.
repos:
# pre-commit-update hook
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
rev: v0.4.0
rev: v0.5.0
hooks:
- id: pre-commit-update
args: [--exclude, cfn-guard]
args: [--tag-prefix, cloudformation-guard, pre-commit-v]
# cfn-guard pre-commit hook
- repo: https://github.com/aws-cloudformation/cloudformation-guard
rev: pre-commit-v0.0.2
Expand Down

0 comments on commit 4202b14

Please sign in to comment.