mirror of
https://github.com/aquasecurity/trivy-action.git
synced 2026-05-14 03:02:40 +00:00
Make 'hide-progress' input working again (#323)
* Make hide-progress input working again * Unify 'hide-progress' default value
This commit is contained in:
+1
-2
@@ -65,7 +65,7 @@ inputs:
|
||||
required: false
|
||||
default: ''
|
||||
hide-progress:
|
||||
description: 'hide progress output'
|
||||
description: 'suppress progress bar and log output'
|
||||
required: false
|
||||
list-all-pkgs:
|
||||
description: 'output all packages regardless of vulnerability'
|
||||
@@ -123,4 +123,3 @@ runs:
|
||||
- '-v ${{ inputs.trivy-config }}'
|
||||
- '-x ${{ inputs.tf-vars }}'
|
||||
- '-z ${{ inputs.limit-severities-for-sarif }}'
|
||||
|
||||
Reference in New Issue
Block a user