From 532792cfad9e6b61e3d578960bf1b04c7195e3c2 Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Thu, 15 Aug 2024 15:25:57 +1000 Subject: [PATCH] [DDS-2006] Updated base branch for scan for 5.x --- .../workflows/vulnerability-scan-schedule.yml | 23 +++---------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/.github/workflows/vulnerability-scan-schedule.yml b/.github/workflows/vulnerability-scan-schedule.yml index 69a77ee0..8eeef375 100644 --- a/.github/workflows/vulnerability-scan-schedule.yml +++ b/.github/workflows/vulnerability-scan-schedule.yml @@ -12,29 +12,12 @@ jobs: strategy: matrix: images: ${{ fromJson(vars.IMAGES) }} - branches: ${{ fromJson(vars.BRANCHES) }} exclude: - - images: ci-builder - branches: 4.x - - images: clamav - branches: 4.x - - images: elasticsearch - branches: 4.x - - images: mailhog - branches: 4.x - - images: mariadb - branches: 4.x - - images: nginx - branches: 4.x - - images: php-cli - branches: 4.x - - images: php-fpm - branches: 4.x - - images: ripple-static - branches: 4.x - images: mailpit - branches: 5.x steps: + - uses: actions/checkout@v4 + with: + ref: 5.x - name: Scan for vulnerabilities id: scan uses: crazy-max/ghaction-container-scan@v3