Skip to content

docs: clarify agent target selection #53

docs: clarify agent target selection

docs: clarify agent target selection #53

Workflow file for this run

name: Secret scan
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "17 4 * * 1"
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
gitleaks:
name: Gitleaks event/full-history scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@dcedce43c6f43de0b836d1fe38946645c9c638dc # v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}