Skip to content

chore: reconcile local agent artifacts #89

chore: reconcile local agent artifacts

chore: reconcile local agent artifacts #89

Workflow file for this run

name: Gitleaks
on:
push:
pull_request:
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}