Skip to content

Merge pull request #3 from naveedious/develop #4

Merge pull request #3 from naveedious/develop

Merge pull request #3 from naveedious/develop #4

Workflow file for this run

name: Secret Scan
on:
push:
branches: [ "main" ]
pull_request:
permissions:
contents: read
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0 # full history so gitleaks can scan past commits
- name: Run gitleaks
uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2.3.9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG: .gitleaks.toml