-
Couldn't load subscription status.
- Fork 1k
Small improvement of user experience #467
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
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
94900ee
Change global variable used only locally to local variable for simpli…
razvanstoica89 8e0daa1
Print date and time in ISO 8601 UTC format
razvanstoica89 c351120
Add support for logging remediation measures in JSON format
razvanstoica89 519f20b
Append JSON logs when run multiple times
razvanstoica89 58205d4
Add new programs to the list of required programs
razvanstoica89 c00ef43
Add details about remediations measure for host configuration tests
razvanstoica89 2132b03
Usage instructions aligned between the README.md and docker-bench-sec…
razvanstoica89 9ae0d92
Fix "nohealthlocal: command not found" error
razvanstoica89 6c586b4
Print remediation measures at the end of the logs
razvanstoica89 f769a32
Update benchmark log photo
razvanstoica89 85117ea
Improve wording
razvanstoica89 1623c45
Set a relative image link
razvanstoica89 82bbe1d
Update benchmark log photo
razvanstoica89 b3a36e8
Print Section B only if it contains remediation measures
razvanstoica89 c623d3a
Print the remediation measure only if the check is not passed
razvanstoica89 59a63dd
Print more details in help message
razvanstoica89 ad62371
Move all pictures to a dedicated folder
razvanstoica89 ed23f2d
Change default log locations
razvanstoica89 82ecb7e
README file updated with new default logs location
razvanstoica89 11886d4
Fixed invalid JSON log
razvanstoica89 bf11d68
Add new check groups
razvanstoica89 ee5972c
Add new folders to improve code segmentation
razvanstoica89 2986d61
Ignore all. Whitelist only essential things.
razvanstoica89 b757aa7
Connection to the apk repositories is HTTPS by default
razvanstoica89 ca03a37
Remove duplicate Dockerfile
razvanstoica89 7144b94
Tests update
razvanstoica89 9722e5d
Move the help scripts to a dedicated folder
razvanstoica89 091b4b9
Add option to specify trusted users. Add option to disable the printi…
razvanstoica89 e5efe2b
Add explanations for newly added features
razvanstoica89 68bcd14
Increase version
razvanstoica89 7e89fdd
Add remediation stuff on host configuration
razvanstoica89 c05c586
Add remediation stuff on daemon configuration
razvanstoica89 25de0bd
Add remediation stuff on security operations
razvanstoica89 3a7fe3b
Add remediation stuff on swarm configuration
razvanstoica89 cc8171f
Add remediation stuff on enterprise configuration
razvanstoica89 68cb493
Log the remediation measure in JSON file only if the -p flag is not set
razvanstoica89 c8721c9
Displays the correct current time
razvanstoica89 f31e60c
Add more remediation stuff
razvanstoica89 4b68c2e
Rename logs without the .sh extension
razvanstoica89 8a934ae
Remove the Debian family-specific installation command
razvanstoica89 86985f8
Overwrite the json log at each run. Beautify the json log.
razvanstoica89 d0443cc
Bug fixing and improving source code readability
razvanstoica89 81ac358
Remove temporary files
razvanstoica89 c67469d
Fix systemctl error when running inside a container
razvanstoica89 38ac7ef
Fix the printing error when using bash
razvanstoica89 15aa1ee
Update remediation impact message for test 5.31
razvanstoica89 e4d9bd1
Set remediationImpact for 5.31 test to None.
razvanstoica89 0a59baa
Change "Impact" to "Remediation Impact" in bash log
razvanstoica89 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| .git | ||
| *.md | ||
| *.png | ||
| distros | ||
|
|
||
| * | ||
| !docker-bench-security.sh | ||
| !functions/ | ||
| !tests/ | ||
| !log/ | ||
| log/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| *.log* | ||
| log/* | ||
| *.swp* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.