Skip to content

fix(gitleaks): use SHA ref for shared workflow [OPS-715] #7

fix(gitleaks): use SHA ref for shared workflow [OPS-715]

fix(gitleaks): use SHA ref for shared workflow [OPS-715] #7

Workflow file for this run

name: gitleaks
on:
push:
jobs:
scan:
uses: knostic/.github/.github/workflows/gitleaks.yaml@dcc58a2ba99425861ace0857b8644eb2165f2aed

Check failure on line 6 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@dcc58a2ba99425861ace0857b8644eb2165f2aed" : 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 }}
before_sha: ${{ github.event.before || '' }}
forced: ${{ github.event.forced == true }}
secrets: inherit