Skip to content

Commit 258ed15

Browse files
chore: update Black Duck scan workflow reference to a specific commit (#625)
On-behalf-of: Gerald Morrison (SAP) <[email protected]> Signed-off-by: Gerald Morrison (SAP) <[email protected]> <!-- markdownlint-disable MD041 --> #### What this PR does / why we need it To be more secure, we restrict the reusable workflow to a fixed commit. --------- Signed-off-by: Gerald Morrison (SAP) <[email protected]> Co-authored-by: Gerald Morrison (SAP) <[email protected]>
1 parent 33fb5f6 commit 258ed15

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/trigger-blackduck-scan.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ on:
1515

1616
jobs:
1717
trigger-scan:
18-
uses: open-component-model/.github/.github/workflows/blackduck-scan.yaml@5ae45327f84644e21228845d8b4b682e9c7297ab
18+
uses: open-component-model/.github/.github/workflows/blackduck-scan.yaml@47e68e42a6d78125d519e6e008c2b203385a0a72
1919
with:
2020
# required to be able to differentiate between PRs and pushes in the called workflow (rapid or full scan)
2121
event_type: ${{ github.event_name }}
22-
secrets:
23-
BLACKDUCK_API_TOKEN: ${{ secrets.BLACKDUCK_API_TOKEN }}
24-
BLACKDUCK_URL: ${{ secrets.BLACKDUCK_URL }}
22+
secrets: inherit
2523
permissions:
2624
contents: read

0 commit comments

Comments
 (0)