fix: mark image-ref attribute optional (#261)

This commit is contained in:
Pavel Kutáč
2023-09-15 06:32:56 +02:00
committed by GitHub
parent fbd16365eb
commit 69cbbc0cbb
+1 -1
View File
@@ -8,7 +8,7 @@ inputs:
default: 'image' default: 'image'
image-ref: image-ref:
description: 'image reference(for backward compatibility)' description: 'image reference(for backward compatibility)'
required: true required: false
input: input:
description: 'reference of tar file to scan' description: 'reference of tar file to scan'
required: false required: false