Skip to content

stackflow-agent: add setup/send/receive workflow coverage + quickstart #18

stackflow-agent: add setup/send/receive workflow coverage + quickstart

stackflow-agent: add setup/send/receive workflow coverage + quickstart #18

Workflow file for this run

name: Secret Scan
on:
pull_request:
push:
branches:
- main
- master
jobs:
gitleaks:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
with:
args: detect --source . --no-git --config .gitleaks.toml --redact