From fba5af5ef5f112575893fc17eef964362540cce3 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Sun, 9 Mar 2025 09:18:46 +0100 Subject: [PATCH] docs: add Trivy scan badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e768e3..a48ca9e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The Python template uses some global configuration used throughout all jobs. | Input / Variable | Description | Default value | | -------------------- | ------------------------------------------------------------------------------------- | ------------------ | -| `image` / `PYTHON_IMAGE` | The Docker image used to run Python <br/>:warning: **set the version required by your project** | `registry.hub.docker.com/library/python:3-slim` | +| `image` / `PYTHON_IMAGE` | The Docker image used to run Python <br/>:warning: **set the version required by your project** | `registry.hub.docker.com/library/python:3-slim` <br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-PYTHON_IMAGE) | | `project-dir` / `PYTHON_PROJECT_DIR` | Python project root directory | `.` | | `build-system` / `PYTHON_BUILD_SYSTEM`| Python build-system to use to install dependencies, build and package the project (see below) | `auto` (auto-detect) | | `PIP_INDEX_URL` | Python repository url | _none_ | -- GitLab