Skip to content

feat(sentinel): add admin operations activity view #24

feat(sentinel): add admin operations activity view

feat(sentinel): add admin operations activity view #24

name: Security - Gitleaks
on:
pull_request:
branches: [ "*" ]
push:
branches: [ "main" ]
workflow_dispatch: {}
permissions:
contents: read
jobs:
gitleaks:
name: Gitleaks Scan
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2.3.9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG: .gitleaks.toml
GITLEAKS_VERSION: 8.30.1
GITLEAKS_ENABLE_COMMENTS: "false"
GITLEAKS_ENABLE_UPLOAD_ARTIFACT: "false"