diff options
| author | Renovate Bot | 2024-09-16 18:09:29 +0200 |
|---|---|---|
| committer | renovate | 2024-09-16 18:09:29 +0200 |
| commit | 1473a01e642cfc6332af6ca877847f59433ed55a (patch) | |
| tree | 20ca9745b2442d482156e4897dc14e0c37586e96 /.gitea/workflows | |
| parent | 886a568e5e76754cd2a76a949f4d3bc21ab1e1a4 (diff) | |
chore(deps): update zricethezav/gitleaks docker tag to v8.19.2 (#43)
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
Diffstat (limited to '.gitea/workflows')
| -rw-r--r-- | .gitea/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e4d343f..2798b2d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Run Gitleaks - uses: docker://zricethezav/gitleaks:v8.18.4 + uses: docker://zricethezav/gitleaks:v8.19.2 with: args: detect --no-git --verbose --source ${{ github.workspace }} - name: Run hadolint |