From b3c3b373bd2281a2d5a2ea98c3cc6b4cf841b188 Mon Sep 17 00:00:00 2001 From: Max Louthain Date: Thu, 27 Jun 2024 14:33:24 -0700 Subject: [PATCH] Create Gitleaks workflow --- .github/workflows/gitleaks.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/gitleaks.yaml diff --git a/.github/workflows/gitleaks.yaml b/.github/workflows/gitleaks.yaml new file mode 100644 index 0000000..6e80b28 --- /dev/null +++ b/.github/workflows/gitleaks.yaml @@ -0,0 +1,15 @@ +name: GitLeaks +on: + pull_request: + push: + +permissions: + contents: read + pull-requests: write + +jobs: + scan: + name: gitleaks + uses: ArcadiaPower/gitleaks-workflow/.github/workflows/gitleaks.yaml@5ae02b51d3614e5227a7d618e9e9d457cadae74a + secrets: inherit +