Skip to content

Commit ca9c861

Browse files
committed
Test
1 parent c6e79ad commit ca9c861

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/shared-dependency-scan.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Shared dependency scan
22

33
on:
44
workflow_call:
5+
inputs:
6+
config-file:
7+
description: "Path to the dependency scan configuration file (local path or external repo: owner/repo/path@ref)"
8+
required: false
9+
type: string
10+
default: ""
511

612
permissions:
713
contents: read
@@ -16,4 +22,4 @@ jobs:
1622
- name: Dependency Review
1723
uses: actions/dependency-review-action@v4
1824
with:
19-
config-file: HSLdevcom/jore4-tools/.github/dependency-scan-config.yaml@shared-dependency-licenses-v1
25+
config-file: ${{ inputs.config-file }}

0 commit comments

Comments
 (0)