Skip to content

Commit 36a479b

Browse files
feat(gha): fix formatting
1 parent 5ddac0c commit 36a479b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/actions/trufflehog/action.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: "Secret Scanning"
55
runs:
66
using: "composite"
77
steps:
8-
- name: TruffleHog
9-
uses: trufflesecurity/trufflehog@main
10-
with:
11-
head: ${{ github.head_ref || github.ref_name }}
12-
extra_args: --only-verified
8+
- name: TruffleHog
9+
uses: trufflesecurity/trufflehog@main
10+
with:
11+
head: ${{ github.head_ref || github.ref_name }}
12+
extra_args: --only-verified

0 commit comments

Comments
 (0)