Secrets Detection 82ef0993d80202738b59e6059a6ec71c97e2ac02 by @renovate[bot] #72
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Secrets Detection | |
run-name: Secrets Detection ${{ github.sha }} by @${{ github.actor }} | |
on: | |
merge_group: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
scan: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
with: | |
fetch-depth: 0 | |
- name: Secret Scanning | |
uses: trufflesecurity/trufflehog@52d0ee5f5419ca938d3b7e358fe6f32131565026 # v3.89.1 | |
with: | |
extra_args: --only-verified |