mirror of
https://github.com/aquasecurity/trivy-action.git
synced 2026-05-14 03:02:40 +00:00
fix: mark image-ref attribute optional (#261)
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user