Skip to content

docs: prepare stable schema release candidate #6

docs: prepare stable schema release candidate

docs: prepare stable schema release candidate #6

Workflow file for this run

name: Secret scan
on:
pull_request:
push:
branches:
- main
- schema-v1.0.0
workflow_dispatch:
permissions:
contents: read
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
fetch-depth: 0
- name: Scan repository
uses: docker://trufflesecurity/trufflehog:3.91.1
with:
args: >-
filesystem /github/workspace --no-update --no-verification --fail
--results=verified,unknown