Skip to content

chore(deps): bump the go group with 2 updates (#808) #327

chore(deps): bump the go group with 2 updates (#808)

chore(deps): bump the go group with 2 updates (#808) #327

# 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: '20 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