Merge pull request #1889 from Security-Onion-Solutions/leaktest

Create leaktest.yml
This commit is contained in:
Jason Ertel
2020-11-11 15:46:50 -05:00
committed by GitHub

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