# DO NOT EDIT. Generated with: # # devctl # # https://github.com/giantswarm/devctl/blob/8960b8810d2fdb97543d84baa8b50ffa40da26a9/pkg/gen/input/workflows/internal/file/gitleaks.yaml.template # name: gitleaks on: [pull_request] jobs: gitleaks: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: '0' - name: gitleaks-action uses: giantswarm/gitleaks-action@main