Skip to content

Merge pull request #15 from SegoCode/develop #11

Merge pull request #15 from SegoCode/develop

Merge pull request #15 from SegoCode/develop #11

Workflow file for this run

name: Gitleaks
on: [pull_request, push, workflow_dispatch]
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}