mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
18 lines
282 B
YAML
18 lines
282 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: gitleaks/gitleaks-action@v1.6.0
|
|
with:
|
|
config-path: .github/.gitleaks.toml
|