Skip to content

fix(ci): [OPS-715] add gitleaks secret scanning #1

fix(ci): [OPS-715] add gitleaks secret scanning

fix(ci): [OPS-715] add gitleaks secret scanning #1

Workflow file for this run

name: gitleaks
on:
push:
branches: [main]
pull_request:
jobs:
scan:
uses: knostic/.github/.github/workflows/gitleaks.yaml@fix/gitleaks-scan-range

Check failure on line 8 in .github/workflows/gitleaks.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/gitleaks.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/gitleaks.yaml" -> "knostic/.github/.github/workflows/gitleaks.yaml@fix/gitleaks-scan-range" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
event_name: ${{ github.event_name }}
base_sha: ${{ github.event.pull_request.base.sha || '' }}
before_sha: ${{ github.event.before || '' }}
forced: ${{ github.event.forced == true }}
secrets: inherit