You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are running tflint, together with several other tools, to check our terraform code quality.
To do so, we are using following command to call tflint tflint --force --module -f junit > /tmp/tflint-output.xml
The output only contains failed tests, but not the passed one.
It would be really good to see, optional, all test results in the output and not only the failed one.
Proposal
Implementation of a setting, compareable to
-show-passed (terrascan)
--include-passed (tfsec)
to control, if only the failed tests are shown or if the passed tests are listed too.
This discussion was converted from issue #1599 on November 18, 2022 17:50.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Introduction
We are running tflint, together with several other tools, to check our terraform code quality.
To do so, we are using following command to call tflint
tflint --force --module -f junit > /tmp/tflint-output.xml
The output only contains failed tests, but not the passed one.
It would be really good to see, optional, all test results in the output and not only the failed one.
Proposal
Implementation of a setting, compareable to
to control, if only the failed tests are shown or if the passed tests are listed too.
Beta Was this translation helpful? Give feedback.
All reactions