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
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Run Gitleaks
|
- name: Run Gitleaks
|
||||||
uses: docker://zricethezav/gitleaks:v8.21.2
|
uses: docker://zricethezav/gitleaks:v8.20.1
|
||||||
with:
|
with:
|
||||||
args: detect --no-git --verbose --source ${{ github.workspace }}
|
args: detect --no-git --verbose --source ${{ github.workspace }}
|
||||||
- name: Run hadolint
|
- name: Run hadolint
|
||||||
|
@ -89,3 +89,6 @@ jobs:
|
||||||
Job: ${{ github.action }}
|
Job: ${{ github.action }}
|
||||||
Status: ${{ job.status }}
|
Status: ${{ job.status }}
|
||||||
Source: ${{ github.head_ref }}
|
Source: ${{ github.head_ref }}
|
||||||
|
|
||||||
|
|
||||||
|
# dsfgsdfg
|
||||||
|
|
Loading…
Reference in a new issue