diff --git a/.github/workflows/vulnerability-scan-schedule-5x.yml b/.github/workflows/vulnerability-scan-schedule-5x.yml index ba7d3c63..27709112 100644 --- a/.github/workflows/vulnerability-scan-schedule-5x.yml +++ b/.github/workflows/vulnerability-scan-schedule-5x.yml @@ -8,17 +8,6 @@ on: workflow_dispatch: jobs: vulnerability-scan-schedule: - runs-on: ubuntu-latest - strategy: - matrix: - images: ${{ fromJson(vars.IMAGES) }} - exclude: - - images: mailpit - steps: - - name: Scan for vulnerabilities on 5.x tags - id: scan - uses: dpc-sdp/bay/.github/workflows/vulnerability-scan-schedule.yml@feature/specify-branch-on-scan-5.x - with: - image: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.images }}:5.x - annotations: true - dockerfile: ./images/${{ matrix.images }} + name: Scheduled CVE vulnerability scan of 5.x published images. + uses: dpc-sdp/bay/.github/workflows/vulnerability-scan-schedule.yml@feature/specify-branch-on-scan-5.x + secrets: inherit \ No newline at end of file