From 4c95e4c163a75ac6105b31e7815606e9075df199 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 3 Oct 2025 14:10:39 +0200 Subject: [PATCH] fix: remove redundant self-test (#4) Reviewed-on: https://gitea.t000-n.de/t.behrendt/trivy-actions/pulls/4 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- 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