Skip to content

Commit

Permalink
Merge pull request #49 from Security-Onion-Solutions/leaktest
Browse files Browse the repository at this point in the history
Update leak test to latest, correct checkout params
  • Loading branch information
jertel authored Nov 11, 2020
2 parents ad48240 + 54919c2 commit 02bf8b3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/leak-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: leak-test
# events but only for the master branch
on:
push:
branches: [ master ]
branches: [ master, dev ]
pull_request:
branches: [ master ]
branches: [ master, dev ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -21,6 +21,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
fetch-depth: '0'

- name: Gitleaks
uses: zricethezav/gitleaks-action@v1.1.2
uses: zricethezav/gitleaks-action@master

0 comments on commit 02bf8b3

Please sign in to comment.