Update tests.yml

This commit is contained in:
Paramtamtam 2022-05-12 17:24:37 +05:00 committed by GitHub
parent 5591967c35
commit 978cd98ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,11 @@ jobs: # Docs: <https://git.io/JvxXE>
name: Gitleaks
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/checkout@v3
with: {fetch-depth: 0}
- 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:
name: Build docker image