Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

ForbidGroupingByNavigationPropertiesRule: base types #12

ForbidGroupingByNavigationPropertiesRule: base types

ForbidGroupingByNavigationPropertiesRule: base types #12

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/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.MINDBOX_GITLEAKS_LICENSE }}