Feature Request: another flag to display failed checks
See original GitHub issueIs your feature request related to a problem? Please describe.
it seems that -o github_failed_only only returns failed but with plain text. if I use -o json then I get all checks(failed and success). Describe the solution you’d like
Apart from json and github_failed_only parameters. It might be good to have to another flag to display failed only reports. It can be used with json output. Something like to see failed checks in json format.
$ checkov --display-failed-checks -o json -d .
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Testing with feature flags - GitLab Docs
If enabling the feature flag results in E2E test failures, you can browse the artifacts in the failed pipeline to see screenshots of...
Read more >Essential Guide to Feature Flags - Split Software
A feature flag is a mechanism that allows you to choose between different code paths in your system at runtime. In this guide,...
Read more >Feature Toggles (aka Feature Flags) - Martin Fowler
Use that admin UI to turn the new feature on a test environment. Teach the Toggle Router how to make dynamic, per-request toggling...
Read more >How we ship code faster and safer with feature flags
The interface allows us to manage the shipping status of a feature flag, creation of new ones, and deletion. Additionally, we can see...
Read more >Feature Flags—What Are Those? Uses, Benefits & Best ...
However, it does require developer intervention to change a flag and, in the case of a physical config file, it may require a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seems good! Thanks
Thank you @metahertz @ismailyenigul feel free to give it a try in 20 min from now (release pipeline)