From c23cf05df2c44db32f163deb0f5303be5a06791d Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Fri, 16 Dec 2022 02:04:13 +0200 Subject: [PATCH] Update workflows --- .github/workflows/security-scan-trivy.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/security-scan-trivy.yml b/.github/workflows/security-scan-trivy.yml index f6a5208e..e8d98bfc 100644 --- a/.github/workflows/security-scan-trivy.yml +++ b/.github/workflows/security-scan-trivy.yml @@ -26,14 +26,12 @@ jobs: - mariadb-lite:10.3 - mu-plugins:latest - nginx:latest - - php-fpm-alt:7.4 - - php-fpm-alt:8.0 - - php-fpm-alt:8.1 - - php-fpm:latest + - php-fpm:7.4 + - php-fpm:8.0 + - php-fpm:8.1 + - php-fpm:8.2 - skeleton:latest - - statsd:latest - - traefik_openssl:v2.6.6 - - wp-core-test-runner:latest + - traefik_openssl:2.9.6 - wp-test-runner:latest steps: - name: Security Scan