aquasecurity / tfsec-action

Vanilla GitHub action to run tfsec
MIT License
51 stars 28 forks source link

improvement: less verbose output #13

Open johankees opened 1 year ago

johankees commented 1 year ago

The current action is very verbose in it's output. This is great for troubleshooting, but not needed for any normal operation. Instead of setting set -x by default this should be a flag in the action, and disabled by default. This is currently set here: https://github.com/aquasecurity/tfsec-action/blob/master/entrypoint.sh#L3

jeff-knurek commented 1 year ago

I was annoyed by this, about to make a PR with a quick fix, only to find out that tfsec is being deprecated.... 🤷‍♂️ https://github.com/aquasecurity/tfsec/issues/2047#issuecomment-1519648410