Skip to content

Commit a4884f2

Browse files
committed
Removing hardcoded options in GHA docker run and providing output configuration
outputting results outputting results outputting results outputting results outputting results outputting results outputting results
1 parent 4a480c1 commit a4884f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ inputs:
2222
default: "latest"
2323
description: Scan with this trufflehog cli version.
2424
required: false
25+
outputs:
26+
results:
27+
description: "Trufflehog scan outputs"
28+
value: ${{ steps.trufflehog.outputs.results }}
2529
branding:
2630
icon: "shield"
2731
color: "green"

0 commit comments

Comments
 (0)