Skip to content

Commit 987a2b1

Browse files
committed
feat: add workflow_call inputs for Docker build and scan
1 parent 5b288c9 commit 987a2b1

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/docker-build-and-scan.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ on:
55
branches:
66
- '**'
77

8+
workflow_call:
9+
inputs:
10+
DOCKER_PATH_CONTEXT:
11+
required: true
12+
type: string
13+
DOCKER_BUILD_DOCKERFILE:
14+
required: true
15+
type: string
16+
DOCKER_LOAD_BOOL:
17+
required: true
18+
type: boolean
19+
DOCKER_TAGS:
20+
required: true
21+
type: string
22+
823
jobs:
924
build-and-scan:
1025
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)