chore(deps): update codefresh/cli docker tag to v0.88.6#114
chore(deps): update codefresh/cli docker tag to v0.88.6#114renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
75c4582 to
8e56726
Compare
8e56726 to
13bfe14
Compare
13bfe14 to
6725dc7
Compare
cd0c180 to
8cb1b67
Compare
8cb1b67 to
b86a389
Compare
b86a389 to
1ea04b0
Compare
1ea04b0 to
451ba77
Compare
451ba77 to
b8c2545
Compare
b8c2545 to
339a29a
Compare
339a29a to
6079e96
Compare
6079e96 to
9279eea
Compare
9279eea to
8c13a0f
Compare
8c13a0f to
f851016
Compare
f851016 to
cafa605
Compare
59810f0 to
0650e0b
Compare
c376a68 to
bb71d80
Compare
bb71d80 to
163ab48
Compare
163ab48 to
d72de51
Compare
d72de51 to
c078ab5
Compare
c078ab5 to
608c6ce
Compare
608c6ce to
09aeb95
Compare
09aeb95 to
4c07d99
Compare
4c07d99 to
493f90e
Compare
493f90e to
6b8aea5
Compare
e0880bd to
69b24ef
Compare
69b24ef to
dec61a4
Compare
dec61a4 to
c60a6bd
Compare
c60a6bd to
a8e23c3
Compare
codefresh/pipeline-runner/Dockerfile
Outdated
| @@ -1,4 +1,4 @@ | |||
| FROM codefresh/cli:0.74.9 | |||
| FROM codefresh/cli:0.87.0 | |||
There was a problem hiding this comment.
Ensure a user for the container has been created
Resource: /codefresh/pipeline-runner/Dockerfile. | Bridgecrew ID: BC_DKR_3 | Checkov ID: CKV_DOCKER_3
Description
Containers should run as a non-root user. It is good practice to run the container as a non-root user, where possible. This can be done either via the ```USER``` directive in the ```Dockerfile``` or through ```gosu``` or similar where used as part of the ```CMD``` or ```ENTRYPOINT``` directives.Benchmarks
- CIS DOCKER V1.2 4.1
| @@ -1,4 +1,4 @@ | |||
| FROM codefresh/cli:0.74.9 | |||
| FROM codefresh/cli:0.87.0 | |||
There was a problem hiding this comment.
Ensure healthcheck instructions have been added to container images
Resource: /codefresh/pipeline-creator/Dockerfile. | Bridgecrew ID: BC_DKR_2 | Checkov ID: CKV_DOCKER_2
Description
We recommend that you add the HEALTHCHECK instruction to your Docker container images to ensure that health checks are executed against running containers.An important security control is that of availability. Adding the HEALTHCHECK instruction to your container image ensures that the Docker engine periodically checks the running container instances against that instruction to ensure that containers are still operational.
Based on the results of the health check, the Docker engine could terminate containers which are not responding correctly, and instantiate new ones.
Benchmarks
- CIS DOCKER V1.2 4.6
codefresh/pipeline-runner/Dockerfile
Outdated
| @@ -1,4 +1,4 @@ | |||
| FROM codefresh/cli:0.74.9 | |||
| FROM codefresh/cli:0.87.0 | |||
There was a problem hiding this comment.
Ensure healthcheck instructions have been added to container images
Resource: /codefresh/pipeline-runner/Dockerfile. | Bridgecrew ID: BC_DKR_2 | Checkov ID: CKV_DOCKER_2
Description
We recommend that you add the HEALTHCHECK instruction to your Docker container images to ensure that health checks are executed against running containers.An important security control is that of availability. Adding the HEALTHCHECK instruction to your container image ensures that the Docker engine periodically checks the running container instances against that instruction to ensure that containers are still operational.
Based on the results of the health check, the Docker engine could terminate containers which are not responding correctly, and instantiate new ones.
Benchmarks
- CIS DOCKER V1.2 4.6
| @@ -1,4 +1,4 @@ | |||
| FROM codefresh/cli:0.74.9 | |||
| FROM codefresh/cli:0.87.0 | |||
There was a problem hiding this comment.
Ensure a user for the container has been created
Resource: /codefresh/pipeline-creator/Dockerfile. | Bridgecrew ID: BC_DKR_3 | Checkov ID: CKV_DOCKER_3
Description
Containers should run as a non-root user. It is good practice to run the container as a non-root user, where possible. This can be done either via the ```USER``` directive in the ```Dockerfile``` or through ```gosu``` or similar where used as part of the ```CMD``` or ```ENTRYPOINT``` directives.Benchmarks
- CIS DOCKER V1.2 4.1
This PR contains the following updates:
0.74.9->0.88.6Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.