From 59909d04b253f909341ff8f34a3c550da7d7c3ea Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Fri, 11 Mar 2022 10:08:16 +0100 Subject: [PATCH] Update readme for new release --- .talismanrc | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.talismanrc b/.talismanrc index 43bf2f8..cce221a 100644 --- a/.talismanrc +++ b/.talismanrc @@ -1,3 +1,3 @@ fileignoreconfig: - filename: README.md - checksum: bb56483eaa0ba28959b1366e11ba78b0c93ecb5f632ea9256487cb40c91b4314 + checksum: c3f98d2e445a0fdfe9348f79c794aa4269edfea7f2c834d0b64f7bd88f9bd105 diff --git a/README.md b/README.md index 236e317..8d3fe62 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This action uses [Talisman](https://thoughtworks.github.io/talisman/) to scan th ```yml steps: - name: Detect secrets with Talisman in incoming commits - uses: carhartl/talisman-secrets-scan-action@v1.1.0 + uses: carhartl/talisman-secrets-scan-action@v1.2.0 ``` ## Caveat