Skip to content

CI checks out the repo using a GH app token #21

CI checks out the repo using a GH app token

CI checks out the repo using a GH app token #21

Workflow file for this run

name: gitleaks-check
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: gitleaks-check
uses: aserto-dev/gitleaks-action@master