Secrets Detection 4a2bda69c09ef8f84cc651cdea4fa4cf9a9acc1f by @renovate[bot] #85
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 | |
with: | |
fetch-depth: 0 | |
- name: Secret Scanning | |
uses: trufflesecurity/trufflehog@466da5b0bb161144f6afca9afe5d57975828c410 # v3.90.8 | |
with: | |
extra_args: --only-verified |