Skip to content

Remove Java artifacts scanning from vulnerability scans [DI-50] #2178

Remove Java artifacts scanning from vulnerability scans [DI-50]

Remove Java artifacts scanning from vulnerability scans [DI-50] #2178

name: Vulnerability Scan
on:
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: inherit