21
21
name : Generate Alpine
22
22
shell : bash
23
23
run : |
24
- echo "::set-output name=versions::[\"3.12 \", \"3.11\", \"3.10 \"]"
24
+ echo "::set-output name=versions::[\"3.13 \", \"3.12 \"]"
25
25
supported-nginx-versions :
26
26
name : Supported nginx versions
27
27
runs-on : ubuntu-latest
43
43
name : Generate PHP
44
44
shell : bash
45
45
run : |
46
- echo "::set-output name=versions::[\"7.4\", \"7.3\", \"7.2\" ]"
46
+ echo "::set-output name=versions::[\"7.4\", \"7.3\"]"
47
47
php-type-matrix :
48
48
name : PHP Type Matrix
49
49
runs-on : ubuntu-latest
@@ -204,7 +204,7 @@ jobs:
204
204
path : ./tmp
205
205
- run : docker load --input ./tmp/image*.tar
206
206
- run : mkdir -p "./clair/${DOCKER_IMAGE}"
207
- - run : make scan-vulnerability
207
+ - run : make ci- scan-vulnerability
208
208
scan-vulnerability-http :
209
209
name : Scan nginx ${{ matrix.nginx }} for vulnerabilities
210
210
needs :
@@ -233,7 +233,7 @@ jobs:
233
233
shell : bash
234
234
- run : mkdir -p "./clair/${DOCKER_IMAGE}"
235
235
shell : bash
236
- - run : make scan-vulnerability
236
+ - run : make ci- scan-vulnerability
237
237
shell : bash
238
238
scan-vulnerability-prometheus-exporter-file :
239
239
name : Scan HTTP prometheus-exporter-file for vulnerabilities
@@ -258,7 +258,7 @@ jobs:
258
258
path : ./tmp
259
259
- run : docker load --input ./tmp/image*.tar
260
260
- run : mkdir -p "./clair/${DOCKER_IMAGE}"
261
- - run : make scan-vulnerability
261
+ - run : make ci- scan-vulnerability
262
262
test-php :
263
263
name : Functionaly test PHP ${{ matrix.php }} for ${{ matrix.type }} on Alpine ${{ matrix.alpine }}
264
264
needs :
0 commit comments