Skip to content

Add cloudnative-pg #724

Add cloudnative-pg

Add cloudnative-pg #724

Workflow file for this run

---
name: gitleaks
on:
pull_request:
push:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}