Files
securityonion/.github/workflows/leaktest.yml
2022-03-15 09:43:09 -04:00

18 lines
285 B
YAML

name: leak-test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Gitleaks
uses: zricethezav/gitleaks-action@master
with:
config-path: .github/.gitleaks.toml