Skip to content

Chore(deps): bump the cdk group across 1 directory with 3 updates #3984

Chore(deps): bump the cdk group across 1 directory with 3 updates

Chore(deps): bump the cdk group across 1 directory with 3 updates #3984

Workflow file for this run

name: Run Gitleaks
on: [ pull_request, push, workflow_dispatch ]
jobs:
gitleaks-scan:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- name: Run gitleaks
uses: docker://zricethezav/gitleaks
with:
args: detect --source /github/workspace/ --no-git --verbose