Skip to content

Commit 7167d6b

Browse files
Reference hook revision with modern stage names
pre-commit version 3.2.0 (March 2023) introduced new stage names 'pre-commit' and 'pre-push' in favor of 'commit' and 'push'. Older versions of pre-commit will fail to parse these new stage names and users should upgrade to a more current version of pre-commit. Authored-by: Owen Nelson <[email protected]>
1 parent be26d74 commit 7167d6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Go Report Card](https://goreportcard.com/badge/thoughtworks/talisman)](https://goreportcard.com/report/thoughtworks/talisman) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/thoughtworks/talisman/issues) [![Build Status](https://github.com/thoughtworks/talisman/actions/workflows/test-and-coverage.yml/badge.svg?branch=master)](https://github.com/thoughtworks/talisman/actions/workflows/test-and-coverage.yml) [![Coverage Status](https://codecov.io/gh/thoughtworks/talisman/branch/master/graph/badge.svg)](https://codecov.io/gh/thoughtworks/talisman)
88

9-
109
## Table of Contents
10+
1111
- [What is Talisman?](#what-is-talisman)
1212
- [Installation](#installation)
1313
- [Install onto path (recommended approach)](#install-onto-path-recommended-approach)
@@ -141,7 +141,7 @@ Talisman. Reference our [pre-commit-hooks](.pre-commit-hooks.yaml) in your
141141

142142
```yaml
143143
- repo: https://github.com/thoughtworks/talisman
144-
rev: 'v1.28.0' # Update me!
144+
rev: 'v1.32.1' # Update me!
145145
hooks:
146146
# both pre-commit and pre-push supported
147147
# - id: talisman-push
@@ -206,7 +206,7 @@ Talisman Report:
206206
| | failed checks against the |
207207
| | pattern ^.+\.pem$ |
208208
+-----------------+-------------------------------------------------------------------------------+
209-
| danger.pem | Expected file to not contain hex encoded texts such as: |
209+
| danger.pem | Expected file to not contain hex encoded texts such as: |
210210
| | awsSecretKey=c64e8c79aacf5ddb02f1274db2d973f363f4f553ab1692d8d203b4cc09692f79 |
211211
+-----------------+-------------------------------------------------------------------------------+
212212
```

0 commit comments

Comments
 (0)