Skip to content

fix resource resolving for nested components #406

fix resource resolving for nested components

fix resource resolving for nested components #406

# Trigger central Black Duck scan workflow for the Open Component Model project.
name: Trigger Blackduck Scan
on:
push:
paths-ignore:
- '.github/workflows/**'
branches: [ "main" ]
pull_request_target:
paths-ignore:
- '.github/workflows/**'
branches: [ "main" ]
schedule:
- cron: '15 0 * * 0'
workflow_dispatch:
jobs:
trigger-scan:
uses: open-component-model/.github/.github/workflows/blackduck-scan.yaml@5ae45327f84644e21228845d8b4b682e9c7297ab
with:
# required to be able to differentiate between PRs and pushes in the called workflow (rapid or full scan)
event_type: ${{ github.event_name }}
secrets: inherit
permissions:
contents: read