Skip to content

denzyldick/phanalist: PHP 的高性能静态分析器,非常易于使用。它可以帮助您发现 PHP 代码中的常见错误。 #80

denzyldick/phanalist: PHP 的高性能静态分析器,非常易于使用。它可以帮助您发现 PHP 代码中的常见错误。

denzyldick/phanalist: PHP 的高性能静态分析器,非常易于使用。它可以帮助您发现 PHP 代码中的常见错误。 #80

Workflow file for this run

name: secrets check
on: [ workflow_dispatch, push ]
jobs:
security-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
# ref: ${{ github.ref_name }}
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/[email protected]
with:
# path: ./
# base: ${{ github.event.repository.default_branch }}
# head: ${{ github.ref_name }}
extra_args: --debug --only-verified