forked from docker/docker-bench-security
-
Notifications
You must be signed in to change notification settings - Fork 2
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
docker updates #1
Draft
slumericanBx
wants to merge
689
commits into
awesome-security:master
Choose a base branch
from
docker:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
Signed-off-by: Thomas Sjögren <[email protected]>
update benchmark_log.png and contributors
Signed-off-by: Thomas Sjögren <[email protected]>
remove macosx shadow...
Ensure sed command is first when filtering on images to ensure the description row is removed correctly. Signed-off-by: Niall T <[email protected]>
Reorder of sed command on images
Signed-off-by: wilmardo <[email protected]>
Signed-off-by: wilmardo <[email protected]>
Signed-off-by: wilmardo <[email protected]>
Signed-off-by: wilmardo <[email protected]>
Signed-off-by: wilmardo <[email protected]>
Signed-off-by: Thomas Sjögren <[email protected]>
catch json w/o space #408
Signed-off-by: Thomas Sjögren <[email protected]>
correct grep #410
Signed-off-by: Thomas Sjögren <[email protected]>
locate configuration file before we run the tests #410
Signed-off-by: Thomas Sjögren <[email protected]>
alpine:3.11
Signed-off-by: wilmardo <[email protected]>
…cks-mixing fix: allow combining include and exclude
Signed-off-by: zawazawa0316 <[email protected]>
Fix check condition
Signed-off-by: zawazawa0316 <[email protected]>
Signed-off-by: zawazawa0316 <[email protected]>
Signed-off-by: zawazawa0316 <[email protected]>
Fix check conditions
Signed-off-by: Thomas Sjögren <[email protected]>
macOS user instructions. ref #158
…socket files Signed-off-by: Ilya Dus <[email protected]>
add label filtering config
Signed-off-by: Thomas Sjögren <[email protected]>
Fix image sprawl miscalculation
Signed-off-by: Thomas Sjögren <[email protected]>
Update version v1.6.0
Signed-off-by: Thomas Sjögren <[email protected]>
Signed-off-by: Thomas Sjögren <[email protected]>
It is not above but below.
"above" -> "below"
feat: use SHA instead of tags for base image
Update check ID and add check groups for CIS Controls v8 (v1.6.0 - 06-14-2023)
check if restart policy is 5 or less
Signed-off-by: Thomas Sjögren <[email protected]>
Signed-off-by: Thomas Sjögren <[email protected]>
Signed-off-by: Thomas Sjögren <[email protected]>
Signed-off-by: Thomas Sjögren <[email protected]>
Signed-off-by: Thomas Sjögren <[email protected]>
update github action
include /run in get_service_file
modified get_docker_configuration_file_args jq command to remove null response
In order to make installation easier for distributions, make all script imports based on a single variable that distributions can adjust based on how the script is packaged for each distribution. Ideally we would actually install the script in /usr/libexec rather than / in our Dockerfile, but this is a simpler fix that still lets you run the script from the repo directory. Signed-off-by: Aleksa Sarai <[email protected]>
dist: adjust script imports to be able to use /usr/libexec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
various updates to docker