@@ -575,20 +575,20 @@ In addition to a textual report in the console, this job produces the following
### `tf-trivy` job
[trivy](https://aquasecurity.github.io/trivy/latest/docs/configuration/) is used to perform static analysis of your terraform templates to spot potential security issues and uses the following variables:
[trivy](https://trivy.dev/docs/latest/configuration/) is used to perform static analysis of your terraform templates to spot potential security issues and uses the following variables:
| Input / Variable | Description | Default value |
| `trivy-image` / `TF_TRIVY_IMAGE` | the Docker image used to run trivy | `docker.io/aquasec/trivy`<br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-TF_TRIVY_IMAGE) |
| `trivy-disabled` / `TF_TRIVY_DISABLED` | Set to `true` to disable trivy | _none_ (enabled) |
In addition to a textual report in the console, this job produces the following reports, kept for one day and only available for download by users with the Developer role or higher:
| `$TF_PROJECT_DIR/reports/tf-trivy.trivy.json` | Trivy [JSON](https://aquasecurity.github.io/trivy/latest/docs/configuration/reporting/#json) report | [DefectDojo integration](https://docs.defectdojo.com/en/connecting_your_tools/parsers/file/trivy//)<br/>_This report is generated only if DefectDojo template is detected_ |
| `$TF_PROJECT_DIR/reports/tf-trivy.trivy.json` | Trivy [JSON](https://trivy.dev/docs/latest/configuration/reporting/#json) report | [DefectDojo integration](https://docs.defectdojo.com/en/connecting_your_tools/parsers/file/trivy//)<br/>_This report is generated only if DefectDojo template is detected_ |