-
Notifications
You must be signed in to change notification settings - Fork 28
AST-000 | Test #1031
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
AST-000 | Test #1031
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,7 +27,7 @@ const ( | |
| filesContainerVolume = ":/files" | ||
| resultsContainerLocation = "/kics/" | ||
| containerRemove = "--rm" | ||
| containerImage = "checkmarx/kics:v2.1.3" | ||
| containerImage = "ruigomes99/kics:latest" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Using the |
||
| containerNameFlag = "--name" | ||
| remediateCommand = "remediate" | ||
| resultsFlag = "--results" | ||
|
|
||
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.
Using the
latesttag for the Docker image may lead to unpredictable behavior as thelatestversion can change over time. It's recommended to use a specific version tag to ensure consistent and repeatable builds.