From 1a713f9cd456d39a668867b020b7ea357144cb35 Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Thu, 25 Jul 2024 10:58:04 +1000 Subject: [PATCH] [269] Exclude mailpit 5.x from scans. (#270) --- .github/workflows/vulnerability-scan-schedule.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/vulnerability-scan-schedule.yml b/.github/workflows/vulnerability-scan-schedule.yml index 4b99764c..69a77ee0 100644 --- a/.github/workflows/vulnerability-scan-schedule.yml +++ b/.github/workflows/vulnerability-scan-schedule.yml @@ -32,6 +32,8 @@ jobs: branches: 4.x - images: ripple-static branches: 4.x + - images: mailpit + branches: 5.x steps: - name: Scan for vulnerabilities id: scan