fix resource resolving for nested components #406
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |