Skip to content

Merge branch 'wip' of https://github.com/rootcodelabs/RAG-Module into… #628

Merge branch 'wip' of https://github.com/rootcodelabs/RAG-Module into…

Merge branch 'wip' of https://github.com/rootcodelabs/RAG-Module into… #628

name: Gitleaks Check
on:
pull_request:
branches: ["*"]
push:
branches: ["*"]
jobs:
gitleaks:
name: Gitleaks Check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Gitleaks
run: |
docker run --rm -v ${{ github.workspace }}:/code zricethezav/gitleaks:latest detect --source=/code --redact --no-banner