Skip to content

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

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

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

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

Check failure on line 15 in .github/workflows/on-demand-fortify.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/on-demand-fortify.yml" -> "philips-internal/emr-devops-actions/.github/workflows/reusable_fortify_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'
application: 'EMR-CM-TECHNOLOGY'
repository_url: 'philips-internal/datetimepicker'
branch: ${{inputs.branch}}
secrets: inherit