Skip to content

chore(kaap): upgrade operator + CRDs to 0.4.4 for modern k8s (1.33+) #12

chore(kaap): upgrade operator + CRDs to 0.4.4 for modern k8s (1.33+)

chore(kaap): upgrade operator + CRDs to 0.4.4 for modern k8s (1.33+) #12

Workflow file for this run

name: GitLeaks Security Scan
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
gitleaks:
name: Secret Detection
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run GitLeaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}