nsip 0.6.2

NSIP Search API client for nsipsearch.nsip.org/api
Documentation
---
name: Secrets Scan

# Disabled — requires GITLEAKS_LICENSE secret.
# To enable, uncomment the push/pull_request triggers and configure the secret.
"on":
  # push:
  # pull_request:
  workflow_dispatch:

permissions:
  contents: read

jobs:
  gitleaks:
    name: Scan for Secrets
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repository
        # v6.0.2
        uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10  # v6.0.3
        with:
          fetch-depth: 0

      - name: Run Gitleaks
        # master
        uses: gitleaks/gitleaks-action@e87a89192a7a58b06bdedf25ad4196f89a45d76d
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}