Skip to content

Secret Scan

Secret Scan #256

Workflow file for this run

name: Secret Scan
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "37 6 * * 2"
workflow_dispatch: {}
permissions:
contents: read
concurrency:
group: secret-scan-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
gitleaks:
name: gitleaks
permissions:
contents: read
uses: NDDev-it-com/nddev-ci-workflows/.github/workflows/secret-scan.yml@ac4d1f469f5974741c7449305ffcbd5f05a5a47f # 0.5.1

Check failure on line 24 in .github/workflows/secret-scan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/secret-scan.yml

Invalid workflow file

error parsing called workflow ".github/workflows/secret-scan.yml" -> "NDDev-it-com/nddev-ci-workflows/.github/workflows/secret-scan.yml@ac4d1f469f5974741c7449305ffcbd5f05a5a47f" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
gitleaks_config_path: .gitleaks.toml