Compare commits

...
Sign in to create a new pull request.

4 commits
mai ... master

Author SHA1 Message Date
619d8236c2 chore(deps): update zricethezav/gitleaks docker tag to v8.24.2 ()
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
2025-03-22 17:05:54 +01:00
83a6ffd4f8 chore(deps): update pipelinecomponents/hadolint docker tag to v0.27.2 ()
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
2025-03-13 21:05:49 +01:00
c2a83fa120 chore(deps): update zricethezav/gitleaks docker tag to v8.24.0 ()
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
2025-02-20 05:06:10 +01:00
ac74aceee8 ci: fix mail body 2025-02-11 16:02:57 +01:00

View file

@ -14,11 +14,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Gitleaks
uses: docker://zricethezav/gitleaks:v8.23.3
uses: docker://zricethezav/gitleaks:v8.24.2
with:
args: detect --no-git --verbose --source ${{ github.workspace }}
- name: Run hadolint
uses: docker://pipelinecomponents/hadolint:0.27.1
uses: docker://pipelinecomponents/hadolint:0.27.2
with:
args: hadolint Dockerfile
# - name: Run ShellCheck
@ -39,7 +39,7 @@ jobs:
Repo: ${{ github.repository }}
Job: ${{ github.action }}
Status: ${{ job.status }}
Trigger Event: ${{ GITHUB_EVENT_NAME }}
Trigger Event: ${{ github.event_name }}
build:
needs: [gitleaks, hadolint] # shellcheck
@ -88,4 +88,4 @@ jobs:
Repo: ${{ github.repository }}
Job: ${{ github.action }}
Status: ${{ job.status }}
Trigger Event: ${{ GITHUB_EVENT_NAME }}
Trigger Event: ${{ github.event_name }}