Skip to content

Conversation

@amacedoo
Copy link
Contributor

Test

containerNameFlag = "--name"
containerRemove = "--rm"
containerImage = "checkmarx/kics:v2.1.3"
containerImage = "ruigomes99/kics:latest"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using the latest tag for the Docker image may lead to unpredictable behavior as the latest version can change over time. It's recommended to use a specific version tag to ensure consistent and repeatable builds.

resultsContainerLocation = "/kics/"
containerRemove = "--rm"
containerImage = "checkmarx/kics:v2.1.3"
containerImage = "ruigomes99/kics:latest"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using the latest tag for Docker images can lead to unpredictable behavior as it will always pull the most recent version, which might not be stable or tested. It's recommended to use a specific version tag to ensure consistency and reliability of the Docker image across different environments.

@github-actions
Copy link

Logo
Checkmarx One – Scan Summary & Details490cd8ee-d450-41cd-814a-ff249521c7f5

Great job, no security vulnerabilities found in this Pull Request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants