Create leaktest.yml

This commit is contained in:
Jason Ertel
2020-11-11 15:39:06 -05:00
committed by GitHub
parent 12acc2e123
commit eb7e8079ec

19
.github/workflows/leaktest.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: leak-test
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Gitleaks
uses: zricethezav/gitleaks-action@master