Skip to content

fix docs with new examples #111

fix docs with new examples

fix docs with new examples #111

Workflow file for this run

name: secrets_scan
on: [pull_request, push, workflow_dispatch]
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: scan for secrets (gitleaks)
run: docker run -v $PWD:/code -w /code ghcr.io/gitleaks/gitleaks:latest dir -v