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.
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
test branch #983
base: main
Are you sure you want to change the base?
test branch #983
Changes from all commits
9c8ceb0
29d183f
ca8146e
8bcd5e0
fb4f063
8fc8e6a
2452fa6
914f4ef
79d279c
29161db
51b3634
27da0fb
7197057
08a0ad4
d7b1fc1
cd006eb
03d597b
52a8ec3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
The removal of
grep "rootless"
may cause the output to be more verbose than necessary. Consider keeping thegrep
command if the intention is to check for a specific feature or configuration of Docker.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.
It seems like there is an unnecessary change from a tab to a space on this line. Please revert it if it does not serve a specific purpose.
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.
The
go
version is updated from1.23.3
to1.23.5
. Please ensure that this minor version bump does not introduce any compatibility issues with the project dependencies and that all tests pass with the new version.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.
The container image tag has been changed to include a
v
prefix. Ensure that the tagv2.1.3
exists in the container registry and is the correct version intended for use. If this is a new tagging convention, update any documentation or scripts that reference the old tag format to prevent confusion.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.
It's not recommended to hardcode the version of the container image (
checkmarx/kics:v2.1.3
). Instead, consider using a configuration file or an environment variable to make it easier to update the version in the future without changing the code.