trufflehog icon indicating copy to clipboard operation
trufflehog copied to clipboard

--github-actions option removal

Open xxfogs opened this issue 1 year ago • 5 comments

Is there a way how to get rid of --github-actions default option for trufflehog action?

xxfogs avatar Jan 24 '24 14:01 xxfogs

Hello?

xxfogs avatar Feb 05 '24 11:02 xxfogs

@XXFOGS Please provide more context.

zricethezav avatar Feb 06 '24 22:02 zricethezav

By default TruffleHog action returns its output in Github Actions parsable format.

As I understand that is achieved by having this option enabled in action.yml file https://github.com/trufflesecurity/trufflehog/blob/bbf1decb393f152b751657445905e38157bbff78/action.yml#L97

How do I disable it, as I want to use this action in Gitea and Forgejo as well.

Thanks.

xxfogs avatar Feb 08 '24 11:02 xxfogs

@XXFOGS there is no option to disable it at the moment. We'll consider a way to toggle it. No promises though

zricethezav avatar Feb 08 '24 14:02 zricethezav

@xxfogs if you specify --json or the other options in args it will be overridden.

matazr avatar Apr 18 '24 12:04 matazr