Skip to content

Commit

Permalink
remove hide progress
Browse files Browse the repository at this point in the history
  • Loading branch information
samet-akcay committed Nov 6, 2024
1 parent a5f4c99 commit b09fbc4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/security/trivy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ inputs:
description: "Comma-separated security checks to enable"
required: false
default: "vuln,config,secret"
hide_progress:
description: "Hide progress output"
required: false
default: "true"
format:
description: "Output format (table,json,sarif,template)"
required: false
Expand Down Expand Up @@ -82,7 +78,6 @@ runs:
--severity ${{ inputs.severity }} \
--security-checks ${{ inputs.security_checks }} \
--ignore-unfixed=${{ inputs.ignore_unfixed }} \
--hide-progress=${{ inputs.hide_progress }} \
--format ${{ inputs.format }} \
--output ${REPORT_FILE} \
--timeout ${{ inputs.timeout }} \
Expand Down

0 comments on commit b09fbc4

Please sign in to comment.