Skip to content

chore(ci): add gitleaks configuration #5

chore(ci): add gitleaks configuration

chore(ci): add gitleaks configuration #5

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