Skip to content

test: Phase 4B GitHub API Integration Tests (118 tests) #1309

test: Phase 4B GitHub API Integration Tests (118 tests)

test: Phase 4B GitHub API Integration Tests (118 tests) #1309

Workflow file for this run

name: gitleaks
on:
pull_request:
branches: [develop, main]
workflow_dispatch:
inputs:
full-history:
description: Scan the full git history.
type: boolean
default: false
permissions:
contents: read
concurrency:
group: gitleaks-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
scan:
uses: ./.github/workflows/gitleaks-reusable.yml
permissions:
contents: read
with:
full-history: ${{ github.event_name == 'workflow_dispatch' && inputs.full-history || false }}