mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Create leaktest.yml
This commit is contained in:
19
.github/workflows/leaktest.yml
vendored
Normal file
19
.github/workflows/leaktest.yml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user