_to be continuous_ templates use to embed required tools as **container images**.
As much as we can, we try to select either **official images** (ex: Maven, Python), or at least images maintained by an **active community**.
Each of those images can be freely overridden with the appropriate configuration variable to select _fixed versions_ ([more info here](../usage.md#docker-images-versions)) or any alternative that would suit you more.
_to be continuous_ is not responsible of any possible security issue from a default container image.
If a vulnerability would be found in an image used by default, you could address it in one of the following ways:
- report the vulnerability to the owning project,
- select an other version or alternative of the image that fixes the issue,
- build and use your own, vulnerability-free image.
## Vulnerability Reports (Trivy)
Here are vulnerability reports for each default image used by _to be continuous_ templates (generated every day):
<!-- Amazon Web Services --><trclass="img-main"><td>Amazon Web Services</td><td><ahref="trivy-AWS_CLI_IMAGE">AWS_CLI_IMAGE</a></td><td>registry.hub.docker.com/amazon/aws-cli:latest</td></tr>
<!-- GNU Make --><trclass="img-main"><td>GNU Make</td><td><ahref="trivy-MAKE_IMAGE">MAKE_IMAGE</a></td><td>registry.hub.docker.com/alpine/make</td></tr>
<!-- Go --><trclass="img-main"><td>Go</td><td><ahref="trivy-GO_IMAGE">GO_IMAGE</a></td><td>registry.hub.docker.com/library/golang:buster</td></tr>
<!-- Go --><trclass="img-feat"><td>Go</td><td><ahref="trivy-GO_CI_LINT_IMAGE">GO_CI_LINT_IMAGE</a></td><td>registry.hub.docker.com/golangci/golangci-lint:latest-alpine</td></tr>
<!-- Go --><trclass="img-feat"><td>Go</td><td><ahref="trivy-GO_SBOM_IMAGE">GO_SBOM_IMAGE</a></td><td>registry.hub.docker.com/cyclonedx/cyclonedx-gomod:latest</td></tr>
<!-- Google Cloud --><trclass="img-main"><td>Google Cloud</td><td><ahref="trivy-GCP_CLI_IMAGE">GCP_CLI_IMAGE</a></td><td>gcr.io/google.com/cloudsdktool/cloud-sdk:latest</td></tr>
<!-- Test SSL --><trclass="img-main"><td>Test SSL</td><td><ahref="trivy-TESTSSL_IMAGE">TESTSSL_IMAGE</a></td><td>registry.hub.docker.com/drwetter/testssl.sh:latest</td></tr>