Skip to content

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

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

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

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
- name: Gitleaks Action
uses: zricethezav/gitleaks-action@master