Skip to content

🔨 fix: Port IntOrString, add cni detector to add secgroup when using … #60

🔨 fix: Port IntOrString, add cni detector to add secgroup when using …

🔨 fix: Port IntOrString, add cni detector to add secgroup when using … #60

name: gitleaks
on:
pull_request:
push:
branches:
- '**'
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: gitleaks/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} # Only required for Organizations, not personal accounts.