[CI] Update desc on Trivy input on ci.yml

This commit is contained in:
Chris Bono
2024-11-06 19:06:28 -06:00
parent 4e1d7b08e5
commit 6854994ab4

View File

@@ -13,7 +13,7 @@ on:
workflow_dispatch:
inputs:
run-trivy-scan:
description: 'Whether to run Trivy scan'
description: 'Run Trivy scan ?'
default: false
required: false
type: boolean