Skip to content

I give up on making proper commits for this, not that I labelling the… #2

I give up on making proper commits for this, not that I labelling the…

I give up on making proper commits for this, not that I labelling the… #2

Workflow file for this run

name: Secret scan
on:
push:
pull_request:
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITLEAKS_LICENSE: ""
with:
args: >
detect
--verbose
--redact
--config .gitleaks.toml