Skip to content

Update ReadOnly API Key in README (#4) #12

Update ReadOnly API Key in README (#4)

Update ReadOnly API Key in README (#4) #12

Workflow file for this run

name: Secret Scanning
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: '0 6 * * 1'
permissions:
contents: read
jobs:
gitleaks:
name: Gitleaks Secret Scanning
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Gitleaks
run: |
curl -sSfL https://github.com/gitleaks/gitleaks/releases/download/v8.30.0/gitleaks_8.30.0_linux_x64.tar.gz | tar xz
./gitleaks detect --source . -v --redact