Skip to content

Merge branch 'main' into dependabot/github_actions/codecov/codecov-ac… #324

Merge branch 'main' into dependabot/github_actions/codecov/codecov-ac…

Merge branch 'main' into dependabot/github_actions/codecov/codecov-ac… #324

Workflow file for this run

name: gitleaks
on: [pull_request, push, workflow_dispatch]
permissions:
contents: read
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2.3.9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}