From 2cfd6bd43cec93c97c6ce10900bf261e9dea589b Mon Sep 17 00:00:00 2001 From: CesTheo Date: Tue, 10 Sep 2024 13:45:00 +0200 Subject: [PATCH] add(): & test(): gitleaks --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8500662..b4df57e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,14 @@ env: TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} jobs: + gitleaks: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Gitleaks + uses: gitleaks/gitleaks-action@v2 lint: runs-on: ubuntu-latest steps: