mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-30 08:28:18 +02:00
Merge pull request #1889 from Security-Onion-Solutions/leaktest
Create leaktest.yml
This commit is contained in:
@@ -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