diff --git a/.github/workflows/Gitleaks.yml b/.github/workflows/Gitleaks.yml new file mode 100644 index 0000000..5a79e0e --- /dev/null +++ b/.github/workflows/Gitleaks.yml @@ -0,0 +1,15 @@ +name: Gitleaks scan +on: + pull_request: + branches: + - main + +permissions: + issues: write + pull-requests: write + contents: read + +jobs: + call-gitleaks: + uses: SkyflowFoundry/.github/.github/workflows/Gitleaks Central workflow.yml@main + secrets: inherit