Skip to content

Merge pull request #1 from Open-Paws/ci/standardize-workflows #2

Merge pull request #1 from Open-Paws/ci/standardize-workflows

Merge pull request #1 from Open-Paws/ci/standardize-workflows #2

Workflow file for this run

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