Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
949c72bfd3 |
1 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Run Gitleaks
|
||||
uses: docker://zricethezav/gitleaks:v8.21.2
|
||||
uses: docker://zricethezav/gitleaks:v8.20.1
|
||||
with:
|
||||
args: detect --no-git --verbose --source ${{ github.workspace }}
|
||||
- name: Run hadolint
|
||||
|
@ -89,3 +89,6 @@ jobs:
|
|||
Job: ${{ github.action }}
|
||||
Status: ${{ job.status }}
|
||||
Source: ${{ github.head_ref }}
|
||||
|
||||
|
||||
# dsfgsdfg
|
||||
|
|
Loading…
Reference in a new issue