Skip to content

Add vulnerability adjustments field to schema #110

Add vulnerability adjustments field to schema

Add vulnerability adjustments field to schema #110

Workflow file for this run

name: Platform Integration
on:
pull_request:
workflow_dispatch:
inputs:
platform_branch:
description: "Platform branch to test with: [git ref]"
required: false
jobs:
platform_testing:
uses: OasisLMF/OasisPlatform/.github/workflows/test-python.yml@main

Check failure on line 13 in .github/workflows/test-platform.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-platform.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test-platform.yml" -> "OasisLMF/OasisPlatform/.github/workflows/test-python.yml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
ods_branch: ${{ github.ref }}
platform_branch: ${{ github.event_name != 'workflow_dispatch' && 'main-platform1' || inputs.platform_branch }}