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

pull/269/head
Pavel Kutáč 8 months ago committed by GitHub
parent fbd16365eb
commit 69cbbc0cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ inputs:
default: 'image'
image-ref:
description: 'image reference(for backward compatibility)'
required: true
required: false
input:
description: 'reference of tar file to scan'
required: false

Loading…
Cancel
Save