Skip to content

Delete unpublished RHEL images before publishing [DI-401][5.3.8] #2770

Delete unpublished RHEL images before publishing [DI-401][5.3.8]

Delete unpublished RHEL images before publishing [DI-401][5.3.8] #2770

name: Vulnerability Scan
on:
schedule:
- cron: '0 2 * * *'
push:
branches:
- master
pull_request:
types: [ opened, synchronize, edited ]
jobs:
trigger-vulnerability-scan-master:
uses: ./.github/workflows/vulnerability_scan_subworkflow.yml
with:
ref: ${{ github.ref }}
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}