Skip to content

feat: add support for kitty terminal #59

feat: add support for kitty terminal

feat: add support for kitty terminal #59

Workflow file for this run

---
name: gitleaks
on: [push, pull_request] # yamllint disable-line
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: gitleaks-action
uses: zricethezav/gitleaks-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}