Skip to content
Snippets Groups Projects
Commit fba5af5e authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: add Trivy scan badges

parent de0ee715
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ The Python template uses some global configuration used throughout all jobs. ...@@ -44,7 +44,7 @@ The Python template uses some global configuration used throughout all jobs.
| Input / Variable | Description | Default value | | 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/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-PYTHON_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-PYTHON_IMAGE) |
| `project-dir` / `PYTHON_PROJECT_DIR` | Python project root directory | `.` | | `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) | | `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_ | | `PIP_INDEX_URL` | Python repository url | _none_ |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment