From bb26a6dd152d46a7fb6e9f343cf9eec9523d04d5 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 3 Oct 2025 14:09:14 +0200 Subject: [PATCH] fix: remove redundant self-test --- setup-trivy/action.yaml | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.52.0