mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
18 lines
285 B
YAML
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
|