-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file out writer implementation #1229
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1229 +/- ##
==========================================
- Coverage 77.73% 77.44% -0.29%
==========================================
Files 272 272
Lines 7683 7719 +36
==========================================
+ Hits 5972 5978 +6
- Misses 1357 1384 +27
- Partials 354 357 +3
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few comments:
- I think the default behavior should be not to store the logs in a file just stdout like it currently works.
- The name of the flag should be "--log-output-dir" to be more specific
- There's a typo where the word "over-write" should be "overwrite"
- The functionality is not working for me for some reason. The file is showing empty
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should add an e2e test for this asserting that the log files are created in the provided directory.
done |
@nasir-rabbani there's something strange going on with the "security" check. Can you please try pulling the latest changes from master and pushing? Thanks |
@cesar-rodriguez @bkizer-tenable |
fa649fe
to
2a163a9
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
--log-output-dir
flag if we want to write the log and scan results in files-o
flag input