Skip to content

.github/workflows/on-demand-blackduck.yml #1

.github/workflows/on-demand-blackduck.yml

.github/workflows/on-demand-blackduck.yml #1

name: 'BlackDuck On-Demand Scan'
run-name: 'BlackDuck Scan on (#${{inputs.branch}}) branch'
on:
workflow_dispatch:
inputs:
branch:
type: string
description: Branch
required: true
jobs:
black_duck_scan:
name: 'BlackDuck Scan'
uses: philips-internal/emr-devops-actions/.github/workflows/reusable_blackduck_node_scan.yml@develop

Check failure on line 16 in .github/workflows/on-demand-blackduck.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-demand-blackduck.yml

Invalid workflow file

error parsing called workflow ".github/workflows/on-demand-blackduck.yml" -> "philips-internal/emr-devops-actions/.github/workflows/reusable_blackduck_node_scan.yml@develop" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
repository_name: 'datetimepicker'
project_name: 'EMR-CM-TECHNOLOGY'
repository_url: 'philips-internal/datetimepicker'
branch: ${{inputs.branch}}
runner: 'philips-emr-bnu'
secrets: inherit