From 16e55ed65fd5234221941cc017fa5c15dc7f36df Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Sun, 19 Mar 2023 11:15:04 +0900 Subject: [PATCH] Bump zricethezav/gitleaks from 8.15.2 to 8.16.1 (#30) --- .github/pull_request_template.md | 21 +++++++++++++-------- .github/workflows/create-release.yml | 4 ++++ .pre-commit-config.yaml | 6 +++--- README.md | 1 + 4 files changed, 21 insertions(+), 11 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1434141..e1e8f84 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,7 +13,8 @@ doc. - + Please check the type of change your PR introduces: @@ -25,27 +26,31 @@ Please check the type of change your PR introduces: - [ ] Documentation content changes - [ ] Other (please describe): -## What is the current behavior? - +## What is the current behavior + -## What is the new behavior? +## What is the new behavior - - - -## Does this introduce a breaking change? +## Does this introduce a breaking change - [ ] Yes - [ ] No - + ## Other information - - + + --- diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index e72997a..89f8bf6 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -29,3 +29,7 @@ jobs: ${{ steps.changelog.outputs.log }} draft: false prerelease: false + - name: Bump tags + uses: fischerscode/tagger@v0 + with: + prefix: v diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea08e49..652a3d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,13 +11,13 @@ repos: - id: detect-secrets stages: ["commit", "push"] - repo: https://github.com/zricethezav/gitleaks - rev: v8.15.2 + rev: v8.16.1 hooks: - id: gitleaks stages: ["commit", "push"] # Markdown - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.32.2 + rev: v0.33.0 hooks: - id: markdownlint # Shell @@ -27,7 +27,7 @@ repos: - id: shellcheck # Yaml - repo: https://github.com/adrienverge/yamllint - rev: v1.28.0 + rev: v1.29.0 hooks: - id: yamllint # Other diff --git a/README.md b/README.md index fcde648..cdd6866 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Snyk pre-commit hooks +[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua) ![GitHub release](https://img.shields.io/github/v/release/fabasoad/pre-commit-snyk?include_prereleases) ![Functional Tests](https://github.com/fabasoad/pre-commit-snyk/workflows/Functional%20Tests/badge.svg) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/fabasoad/pre-commit-snyk/main.svg)](https://results.pre-commit.ci/latest/github/fabasoad/pre-commit-snyk/main)