Compare commits

...

3 commits

Author SHA1 Message Date
c7bfa129dd chore(deps): update zricethezav/gitleaks docker tag to v8.21.2
All checks were successful
lint, build and push / lint (pull_request) Successful in 10s
lint, build and push / lint (push) Successful in 10s
lint, build and push / build (pull_request) Successful in 38s
lint, build and push / build (push) Successful in 38s
2024-10-28 16:08:11 +00:00
86b6833d8d chore(deps): update zricethezav/gitleaks docker tag to v8.21.1
All checks were successful
lint, build and push / lint (pull_request) Successful in 7s
lint, build and push / lint (push) Successful in 7s
lint, build and push / build (pull_request) Successful in 24s
lint, build and push / build (push) Successful in 29s
2024-10-18 14:07:04 +00:00
05f31310d4 chore(deps): update zricethezav/gitleaks docker tag to v8.21.0
All checks were successful
lint, build and push / lint (pull_request) Successful in 7s
lint, build and push / lint (push) Successful in 4s
lint, build and push / build (pull_request) Successful in 26s
lint, build and push / build (push) Successful in 26s
2024-10-15 06:07:09 +00:00

View file

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