Skip to content

Add contributor workflow section to CONTRIBUTING.md #26

Add contributor workflow section to CONTRIBUTING.md

Add contributor workflow section to CONTRIBUTING.md #26

Workflow file for this run

name: Secret Scan
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "**" ]
jobs:
gitleaks:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
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 }}