Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
c7bfa129dd | |||
86b6833d8d | |||
05f31310d4 |
1 changed files with 1 additions and 1 deletions
|
@ -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.20.1
|
uses: docker://zricethezav/gitleaks:v8.21.2
|
||||||
with:
|
with:
|
||||||
args: detect --no-git --verbose --source ${{ github.workspace }}
|
args: detect --no-git --verbose --source ${{ github.workspace }}
|
||||||
- name: Run hadolint
|
- name: Run hadolint
|
||||||
|
|
Loading…
Reference in a new issue