Skip to content

Tweaks

Tweaks #6

Workflow file for this run

name: Security
on:
pull_request:
branches:
- "**"
push:
branches:
- master
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@e6dab246340401bf53eec993b8f05aebe80ac636
env:
GITHUB_TOKEN: ${{ secrets.GITLEAKS_GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
GITLEAKS_NOTIFY_USER_LIST: "@jkogara"