We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ddac0c commit 36a479bCopy full SHA for 36a479b
.github/actions/trufflehog/action.yml
@@ -5,8 +5,8 @@ description: "Secret Scanning"
5
runs:
6
using: "composite"
7
steps:
8
- - name: TruffleHog
9
- uses: trufflesecurity/trufflehog@main
10
- with:
11
- head: ${{ github.head_ref || github.ref_name }}
12
- extra_args: --only-verified
+ - name: TruffleHog
+ uses: trufflesecurity/trufflehog@main
+ with:
+ head: ${{ github.head_ref || github.ref_name }}
+ extra_args: --only-verified
0 commit comments