From 90793f57385d697091d4bae0413e5274588e4bae Mon Sep 17 00:00:00 2001 From: Anthony Brown Date: Fri, 17 Apr 2026 10:43:35 +0000 Subject: [PATCH 1/2] fix --- .pre-commit-config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f88c7f..2cee93c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,10 +78,9 @@ repos: pass_filenames: false always_run: true - - id: gitleasks + - id: gitleaks name: Git Leaks - description: gitleaks scans commits, commit messages, and --no-ff merges to - prevent adding secrets into your git repositories. + description: gitleaks scans commits, commit messages, and --no-ff merges to prevent adding secrets into your git repositories. entry: bash args: - -c From fdb9e7cd1f05ff3b5eb7ee8b330a09ccb9bae5cc Mon Sep 17 00:00:00 2001 From: Anthony Brown Date: Fri, 17 Apr 2026 10:43:58 +0000 Subject: [PATCH 2/2] fix --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2cee93c..e2aa95d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,6 +23,14 @@ repos: - repo: local hooks: + - id: grype-scan-local + name: Grype scan local changes + entry: make + args: ["grype-scan-local"] + language: system + pass_filenames: false + always_run: true + - id: zizmor-action name: Check action.yml entry: zizmor