Commit b4bbf584 authored by Thomas Boni's avatar Thomas Boni
Browse files

Merge branch '550-update-php_security_checker-image' into 'latest'

Resolve "Update php_security_checker image"

Closes #550

See merge request r2devops/hub!335
parents 7b8791a0 a32221e7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.1.1] - 2022-03-24
* Upgrade image to php7.4-alpine
## [0.1.0] - 2021-04-21
* Initial version
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ This job checks if your PHP application depends on PHP packages with known secur

* Job name: `php_security_checker`
* Docker image:
[`1.55-php7.4`](https://hub.docker.com/r/jakzal/phpqa/)
[`php7.4-alpine`](https://hub.docker.com/r/jakzal/phpqa/)
* Default stage: `static_tests`
* When: `always`

+2 −2
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@ icon: 👮
maintainer: melheb.younes
license: MIT
images:
  "jakzal/phpqa": "1.55-php7.4"
  "jakzal/phpqa": "php7.4-alpine"
tools:
  "php": "1.55-php7.4"
  "php": "php7.4-alpine"
labels:
  - GitLab
  - PHP
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ stages:

php_security_checker:
    image: 
      name: jakzal/phpqa:1.55-php7.4
      name: jakzal/phpqa:php7.4-alpine
      entrypoint: [""]
    stage: static_tests
    variables:
+1 −0
Original line number Diff line number Diff line
* Upgrade image to php7.4-alpine
 No newline at end of file