trufflehog
trufflehog copied to clipboard
--github-actions option removal
Is there a way how to get rid of --github-actions default option for trufflehog action?
Hello?
@XXFOGS Please provide more context.
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 there is no option to disable it at the moment. We'll consider a way to toggle it. No promises though
@xxfogs if you specify --json or the other options in args it will be overridden.