Test
This commit is contained in:
parent
25f63813a2
commit
10165178e8
@ -7,11 +7,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run gitleaks
|
- name: Run Gitleaks
|
||||||
run: sudo apt install gitleaks
|
uses: gitleaks/gitleaks-action@v2
|
||||||
|
|
||||||
- name: Run gitleaks
|
|
||||||
run: gitleaks detect --source . --verbose --exit-code 1
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user