We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2182c4 commit 249ec72Copy full SHA for 249ec72
.github/workflows/container-image-scan.yml
@@ -2,6 +2,11 @@ name: Container image scan (reusable)
2
3
on:
4
workflow_call:
5
+ inputs:
6
+ image_version:
7
+ description: The Docker container image version
8
+ required: true
9
+ default: latest
10
11
jobs:
12
container-image-scan:
0 commit comments