Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/trigger-blackduck-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ on:

jobs:
trigger-scan:
uses: open-component-model/.github/.github/workflows/blackduck-scan.yaml@5ae45327f84644e21228845d8b4b682e9c7297ab
uses: open-component-model/.github/.github/workflows/blackduck-scan.yaml@47e68e42a6d78125d519e6e008c2b203385a0a72
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:
BLACKDUCK_API_TOKEN: ${{ secrets.BLACKDUCK_API_TOKEN }}
BLACKDUCK_URL: ${{ secrets.BLACKDUCK_URL }}
secrets: inherit
permissions:
contents: read
Loading