Skip to content

Commit

Permalink
add(): & test(): gitleaks
Browse files Browse the repository at this point in the history
  • Loading branch information
CesTheo committed Sep 10, 2024
1 parent 5b221e1 commit 2cfd6bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2cfd6bd

Please sign in to comment.