Skip to content

chore(ci): #197 add gitleak to the ci #9

chore(ci): #197 add gitleak to the ci

chore(ci): #197 add gitleak to the ci #9

Workflow file for this run

name: Gitleaks
on:
push:
branches:
- master
- develop
- 'feature/**'
pull_request:
types: [opened, synchronize, reopened]
permissions:
pull-requests: read
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}