Skip to content

Create gitleaks.yml #19

Create gitleaks.yml

Create gitleaks.yml #19

Workflow file for this run

name: Gitleaks - Scanning Secrets in PR
on:
push:
branches:
- 'main'
- 'master'
pull_request:
types:
- synchronize
- opened
branches:
- 'main'
- 'master'
jobs:
scan:
uses: DevSecOps-AppSec/reusable-workflows/.github/workflows/gitLeaks_reusable_worflow.yml@main
secrets:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}