diff --git a/setup-trivy/action.yaml b/setup-trivy/action.yaml index 930d561..a04c955 100644 --- a/setup-trivy/action.yaml +++ b/setup-trivy/action.yaml @@ -76,8 +76,3 @@ runs: shell: bash run: | echo "/usr/local/bin" >> $GITHUB_PATH - - - name: Verify Trivy installation - shell: bash - run: | - trivy version