chore(deps): update zricethezav/gitleaks docker tag to v8.23.1
All checks were successful
lint, build and push / lint (pull_request) Successful in 53s
lint, build and push / build (pull_request) Successful in 5m13s

This commit is contained in:
Renovate Bot 2025-01-15 16:06:40 +00:00
parent 1d0e092f70
commit 5e68bcf1ed

View file

@ -14,7 +14,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Run Gitleaks - name: Run Gitleaks
uses: docker://zricethezav/gitleaks:v8.23.0 uses: docker://zricethezav/gitleaks:v8.23.1
with: with:
args: detect --no-git --verbose --source ${{ github.workspace }} args: detect --no-git --verbose --source ${{ github.workspace }}
- name: Run hadolint - name: Run hadolint