Skip to content

WMSDK-0000: fix issue with iOS target version in example #101

WMSDK-0000: fix issue with iOS target version in example

WMSDK-0000: fix issue with iOS target version in example #101

name: Gitleaks Secrets Validate
on:
pull_request:
workflow_dispatch:
jobs:
scan:
name: gitleaks
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.MINDBOX_GITLEAKS_LICENSE }}