Skip to content

szhshp/panda-video-generator: 熊猫视频自动化引擎: 用程序员的方式帮你自动化视频创作与发布 #2163

szhshp/panda-video-generator: 熊猫视频自动化引擎: 用程序员的方式帮你自动化视频创作与发布

szhshp/panda-video-generator: 熊猫视频自动化引擎: 用程序员的方式帮你自动化视频创作与发布 #2163

Workflow file for this run

name: secrets check
on:
workflow_dispatch:
pull_request:
push:
jobs:
security-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
# ref: ${{ github.ref_name }}
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
# path: ./
# base: ${{ github.event.repository.default_branch }}
# head: ${{ github.ref_name }}
# extra_args: --results=verified,unknown --only-verified --debug
extra_args: --results=verified,unknown