diff --git a/.github/workflows/trigger-blackduck-scan.yaml b/.github/workflows/trigger-blackduck-scan.yaml deleted file mode 100644 index 6423ac63e..000000000 --- a/.github/workflows/trigger-blackduck-scan.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: '25 0 * * 0' - workflow_dispatch: - -jobs: - trigger-scan: - uses: open-component-model/.github/.github/workflows/blackduck-scan.yaml@46f1d051ca97898b238f6a16af493fcf2f349141 - 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 \ No newline at end of file