Update tests.yml
This commit is contained in:
parent
5591967c35
commit
978cd98ff3
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -11,13 +11,11 @@ jobs: # Docs: <https://git.io/JvxXE>
|
|||||||
name: Gitleaks
|
name: Gitleaks
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- uses: actions/checkout@v3
|
||||||
uses: actions/checkout@v3
|
with: {fetch-depth: 0}
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Check for GitLeaks
|
- name: Check for GitLeaks
|
||||||
uses: zricethezav/gitleaks-action@v1.6.0 # Action page: <https://github.com/zricethezav/gitleaks-action>
|
uses: gacts/gitleaks@v1 # Action page: <https://github.com/gacts/gitleaks>
|
||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
name: Build docker image
|
name: Build docker image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user