Commit 5c40a5cf authored by Thibaud-Vdb's avatar Thibaud-Vdb
Browse files

Merge branch '661-docker-images-apply-image-updates-verified' into 'latest'

Resolve "[Docker images]: Apply image updates verified"

Closes #661

See merge request r2devops/hub!417
parents 855e4672 1e8f16e1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [1.2.0] - 2022-11-22
* Update docker image tag

## [1.1.0] - 2022-06-13
* Add docker image tag in variable 

+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ gitleaks:

| Name | Description | Default |
| ---- | ----------- | ------- |
| `IMAGE_TAG` | The default tag for the docker image | `18-buster`  |
| `IMAGE_TAG` | The default tag for the docker image | `v8.15.0`  |

## Author
This resource is an **[official job](https://docs.r2devops.io/faq-labels/)** added in [**R2Devops repository**](https://gitlab.com/r2devops/hub) by [@FulcrandG](https://gitlab.com/FulcrandG)
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ gitleaks:
    name: zricethezav/gitleaks:${IMAGE_TAG}
    entrypoint: [""]
  variables:
    IMAGE_TAG: "v8.6.0"
    IMAGE_TAG: "v8.15.0"
  script:
    - gitleaks detect -v -r gitleaks-report.json
  artifacts:
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [1.2.0] - 2022-11-22
* Update docker image version

## [1.1.0] - 2022-06-13
* Add docker image tag in variable 

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ Gofmt formats Go programs. It uses tabs for indentation and blanks for alignment
| `PROJECT_ROOT` <img width=100/> | Path to the directory containing your Go project root| `.` |
| `GOFMT_PRINT_DIFF` <img width=100/> | Print diffs to standard output| `true` |
| `GOFMT_PRINT_FILENAME` <img width=100/> | Print filenames to standard output| `false` |
| `IMAGE_TAG` | The default tag for the docker image | `1.17-alpine3.14`  |
| `IMAGE_TAG` | The default tag for the docker image | `1.19-alpine3.16`  |



Loading