Skip to content

Add xtrace shell command tracing when running action in GitHub Debug mode #2453

Add xtrace shell command tracing when running action in GitHub Debug mode

Add xtrace shell command tracing when running action in GitHub Debug mode #2453

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