Skip to content

Commit

Permalink
[DDS-2006] Updated base branch for scan for 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Aug 15, 2024
1 parent 3c67420 commit 532792c
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions .github/workflows/vulnerability-scan-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 532792c

Please sign in to comment.