Skip to content

add black duck action #1

add black duck action

add black duck action #1

Workflow file for this run

name: Black Duck Scan
on:
workflow_dispatch:
release:
types: [ published ]
pull_request:
types: [ opened, synchronize ]
branches:
- master
permissions:
actions: read
contents: read
security-events: write
checks: write
jobs:
blackduck:
uses: Lightspeed-Systems/github-reusable-workflows/.github/workflows/blackduck.yml@main

Check failure on line 20 in .github/workflows/BlackDuckScan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/BlackDuckScan.yml

Invalid workflow file

error parsing called workflow ".github/workflows/BlackDuckScan.yml" -> "Lightspeed-Systems/github-reusable-workflows/.github/workflows/blackduck.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit