Skip to content

Commit 3b8cab8

Browse files
committed
Ensure scancode-inputs directory exists #1327
Signed-off-by: tdruez <[email protected]>
1 parent ddc46f3 commit 3b8cab8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-sboms.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@v4
1212

13+
- name: Ensure scancode-inputs directory exists
14+
run: mkdir -p scancode-inputs
15+
1316
- name: Build the Docker image from local Dockerfile
1417
run: docker build -t local-image .
1518

0 commit comments

Comments
 (0)