Skip to content

Adding github secret scan file #2

Adding github secret scan file

Adding github secret scan file #2

name: Gitleaks - Scanning Secrets in PR
on:
pull_request:
types:
- synchronize
- opened
branches:
- 'main'
- 'master'
jobs:
scan:
uses: Capillary/security-workflows/.github/workflows/gitLeaks_reusable_worflow.yml@main

Check failure on line 15 in .github/workflows/gitleaks_secret_scan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gitleaks_secret_scan.yml

Invalid workflow file

error parsing called workflow ".github/workflows/gitleaks_secret_scan.yml" -> "Capillary/security-workflows/.github/workflows/gitLeaks_reusable_worflow.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}